GrowthRateService

成长速率服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: GrowthRateSpecification): List<GrowthRateView>

按筛选条件查询成长速率列表

Link copied to clipboard
abstract fun removeById(id: Long)

删除指定 ID 的成长速率

Link copied to clipboard
abstract fun save(command: SaveGrowthRateInput): GrowthRateView

创建成长速率

Link copied to clipboard
abstract fun update(command: UpdateGrowthRateInput): GrowthRateView

更新成长速率