Commit 1e3030c8 by huluobin

update

parent 394a8cdd
......@@ -56,7 +56,6 @@ public class CostTemplateCol implements Serializable {
private String createUserName;
private Integer updateUserId;
private String updateUserName;
@ApiModelProperty(value = "更新时间")
......@@ -65,6 +64,9 @@ public class CostTemplateCol implements Serializable {
private String companyScope;
@TableField(exist = false)
private String companyScopeStr;
@TableField(exist = false)
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