增加注册地址字段
This commit is contained in:
@@ -61,4 +61,7 @@ public class LineManagement extends BaseVOEntity{
|
||||
*/
|
||||
@ApiModelProperty("客户Json数据")
|
||||
private String customerJson;
|
||||
|
||||
@ApiModelProperty("注册地址")
|
||||
private String register;
|
||||
}
|
||||
+4
@@ -55,4 +55,8 @@ public class LineManagementPO extends BaseVOEntity{
|
||||
*/
|
||||
@ApiModelProperty("客户Json数据")
|
||||
private String customerJson;
|
||||
|
||||
@ApiModelProperty("注册地址")
|
||||
private String register;
|
||||
|
||||
}
|
||||
+3
@@ -55,4 +55,7 @@ public class LineManagementDO extends BaseVOEntity{
|
||||
*/
|
||||
@ApiModelProperty("客户Json数据")
|
||||
private String customerJson;
|
||||
|
||||
@ApiModelProperty("注册地址")
|
||||
private String register;
|
||||
}
|
||||
@@ -61,4 +61,7 @@ public class LineManagementDTO extends BaseVOEntity{
|
||||
*/
|
||||
@ApiModelProperty("客户Json数据")
|
||||
private String customerJson;
|
||||
|
||||
@ApiModelProperty("注册地址")
|
||||
private String register;
|
||||
}
|
||||
Reference in New Issue
Block a user