Crunchy
2024-05-26 23ea9d4b546819f4b888e029daf29c93f11e2a74
user-server/src/main/java/com/yuanchu/mom/dto/Custom.java
@@ -24,7 +24,7 @@
    @TableId(type = IdType.AUTO)
    private Integer id;
    @ValueTableShow(2)
    @ValueTableShow(value = 2)
    @ApiModelProperty(value = "客户账号")
    private String account;
@@ -84,4 +84,9 @@
    private Integer isCustom;
    @ApiModelProperty(value = "英文客户单位")
    private String companyEn;
    @ApiModelProperty(value = "英文单位地址")
    private String addressEn;
}