Commit 3f574acb by 墨竹

fix:活码列表

parent 0e9714f4
...@@ -43,7 +43,7 @@ public class HmQrcodeListQO implements Serializable { ...@@ -43,7 +43,7 @@ public class HmQrcodeListQO implements Serializable {
} }
public static class InFields { public static class InFields {
private Long hmId; private String hmId;
/** /**
* 1单人 2多人 * 1单人 2多人
...@@ -77,11 +77,11 @@ public class HmQrcodeListQO implements Serializable { ...@@ -77,11 +77,11 @@ public class HmQrcodeListQO implements Serializable {
private String storeId; private String storeId;
public Long getHmId() { public String getHmId() {
return hmId; return hmId;
} }
public void setHmId(Long hmId) { public void setHmId(String hmId) {
this.hmId = hmId; this.hmId = hmId;
} }
......
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