|
@@ -28,7 +28,11 @@ public class PayBaseAccountSelectAccountnumberDto {
|
|
|
private String idTypeName ;
|
|
|
@ApiModelProperty(example = "深圳宝安",notes = "客户地址")
|
|
|
private String address ;
|
|
|
- @ApiModelProperty(example = "1",notes = "数表数")
|
|
|
+ @ApiModelProperty(example = "123@qq.com", notes = "邮箱")
|
|
|
+ private String email;
|
|
|
+ @ApiModelProperty(example = "1232", notes = "公司税号")
|
|
|
+ private String vatno;
|
|
|
+ @ApiModelProperty(example = "1",notes = "水表数")
|
|
|
private int waterNumber;
|
|
|
@ApiModelProperty(example = "12.2",notes = "用水余额(元)")
|
|
|
private BigDecimal remaining;
|