Commit 759e4cbd by 墨竹

活码修改

parent ee167ad9
...@@ -25,6 +25,7 @@ public class HmQrcodeListDTO implements Serializable { ...@@ -25,6 +25,7 @@ public class HmQrcodeListDTO implements Serializable {
private String enterpriseId; private String enterpriseId;
private String name; private String name;
private String hmName;
private String creatorId; private String creatorId;
...@@ -328,4 +329,12 @@ public class HmQrcodeListDTO implements Serializable { ...@@ -328,4 +329,12 @@ public class HmQrcodeListDTO implements Serializable {
public void setHmGroupName(String hmGroupName) { public void setHmGroupName(String hmGroupName) {
this.hmGroupName = hmGroupName; this.hmGroupName = hmGroupName;
} }
public String getHmName() {
return hmName;
}
public void setHmName(String hmName) {
this.hmName = hmName;
}
} }
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