EggGroupService

interface EggGroupService

蛋组服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: EggGroupSpecification): List<EggGroupView>

按筛选条件查询蛋组列表

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

删除指定 ID 的蛋组

Link copied to clipboard
abstract fun save(command: SaveEggGroupInput): EggGroupView

创建蛋组

Link copied to clipboard
abstract fun update(command: UpdateEggGroupInput): EggGroupView

更新蛋组