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

删除deptCode改为sjgsdwdm

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