Commit 9fbe5208 authored by 夏敏伟's avatar 夏敏伟

删除deptCode改为sjgsdwdm

parent 2ebca5bd
...@@ -13,8 +13,8 @@ public class CommonDelDTO { ...@@ -13,8 +13,8 @@ public class CommonDelDTO {
/** /**
* 所属单位 * 所属单位
*/ */
@NotEmpty(message = "属单位不能为空") @NotEmpty(message = "数据归属单位不能为空")
private String deptCode; private String sjgsdwdm;
public @NotEmpty(message = "账户ID不能为空") List<String> getIds() { public @NotEmpty(message = "账户ID不能为空") List<String> getIds() {
return ids; return ids;
...@@ -23,11 +23,12 @@ public class CommonDelDTO { ...@@ -23,11 +23,12 @@ public class CommonDelDTO {
this.ids = ids; this.ids = ids;
} }
public String getDeptCode() { public String getSjgsdwdm() {
return deptCode; return sjgsdwdm;
} }
public void setDeptCode(String deptCode) { public void setSjgsdwdm(String sjgsdwdm) {
this.deptCode = deptCode; this.sjgsdwdm = sjgsdwdm;
} }
} }
\ No newline at end of file
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