AgentModelPricingMapper
7/8/26Less than 1 minute
AgentModelPricingMapper
Info
MyBatis @Mapper interface for the Agent model pricing configuration table.
Methods
| Method | Return | Description |
|---|---|---|
selectAll() | List<AgentModelPricing> | List all pricing configurations |
selectByModelName(modelName) | AgentModelPricing | Lookup by model name |
insert(pricing) | int | Create new pricing entry |
updateByModelName(modelName, inputPriceFenPerMillion, cachedInputPriceFenPerMillion, outputPriceFenPerMillion, enabled, updatedAt) | int | Update pricing by model name |
deleteByModelName(modelName) | int | Delete pricing by model name |
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

