GenderService

interface GenderService

性别服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: GenderSpecification): List<GenderView>

按筛选条件查询性别列表

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

删除指定 ID 的性别

Link copied to clipboard
abstract fun save(command: SaveGenderInput): GenderView

创建性别

Link copied to clipboard
abstract fun update(command: UpdateGenderInput): GenderView

更新性别