Commit 4d898e6c by huluobin

# update

parent d429ac46
...@@ -263,11 +263,6 @@ public class CostDomain implements Serializable { ...@@ -263,11 +263,6 @@ public class CostDomain implements Serializable {
@TableField(exist = false) @TableField(exist = false)
private List<CostDetailDomain> costDetailDomainList; private List<CostDetailDomain> costDetailDomainList;
@TableField(exist = false)
private List<CostDetailDomain> costDetailDomainList;
private static final String REGEX_CHINESE = "[\u4e00-\u9fa5]";// 中文正则 private static final String REGEX_CHINESE = "[\u4e00-\u9fa5]";// 中文正则
public PostApplyReq buildPostApplyReq() { public PostApplyReq buildPostApplyReq() {
......
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