| | |
| | | private String divideName; |
| | | |
| | | @Schema(title = "用户类型ID") |
| | | private String waterTypeId; |
| | | private String typeId; |
| | | @Schema(title = "用户类型名称") |
| | | private String waterTypeName; |
| | | |
| | |
| | | blo.name AS blockName, |
| | | CAST(cli.divideId AS char) AS divideId, |
| | | divi.name AS divideName, |
| | | CAST(cli.typeId AS char) AS waterTypeId, |
| | | CAST(cli.typeId AS char) AS typeId, |
| | | wat.typeName AS waterTypeName, |
| | | CAST(cli.id AS char) AS clientId, |
| | | cli.name, |
| | |
| | | //@Mapping(target = "cardCount", source = "cardCount") |
| | | @Mapping(target = "address", source = "address") |
| | | @Mapping(target = "operateDt", source = "operatedt") |
| | | @Mapping(target = "waterTypeId", source = "typeid") |
| | | @Mapping(target = "typeId", source = "typeid") |
| | | VoClient po2vo(SeClient po); |
| | | } |