Commit 1e3030c8 by huluobin

update

parent 394a8cdd
...@@ -56,7 +56,6 @@ public class CostTemplateCol implements Serializable { ...@@ -56,7 +56,6 @@ public class CostTemplateCol implements Serializable {
private String createUserName; private String createUserName;
private Integer updateUserId; private Integer updateUserId;
private String updateUserName; private String updateUserName;
@ApiModelProperty(value = "更新时间") @ApiModelProperty(value = "更新时间")
...@@ -65,6 +64,9 @@ public class CostTemplateCol implements Serializable { ...@@ -65,6 +64,9 @@ public class CostTemplateCol implements Serializable {
private String companyScope; private String companyScope;
@TableField(exist = false) @TableField(exist = false)
private String companyScopeStr;
@TableField(exist = false)
private CostTemplateBaseCol costTemplateBaseCol; private CostTemplateBaseCol costTemplateBaseCol;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment