Commit 86502bab by 陶光胜

门店查询接口

parent 22197593
......@@ -27,6 +27,10 @@ public class StoreDictVO implements Serializable {
*/
private Integer isSystem = 0;
public StoreDictVO(){
}
public StoreDictVO(String key, String value){
this.value = value;
this.key = key;
......
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