listGenders

@GetMapping(value = ["/list"])
fun listGenders(@ModelAttribute specification: GenderSpecification): List<GenderView>

查询性别列表