Commit c80b5cba by unknown

remove the uid of VoucherItemDTO

parent 0dbf9bc9
......@@ -32,7 +32,6 @@ public class VoucherItemDTO implements Serializable {
private int sendToUserType;
private String description;
private String remark;
private String uid;
private String typeString; // 对应type的名称
......@@ -214,13 +213,6 @@ public class VoucherItemDTO implements Serializable {
this.sendToUserType = sendToUserType;
}
public String getUid() {
return uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public int getMultiple() {
return multiple;
......
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 sign in to comment