Commit d7caa483 by 陶光胜

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-store into developer

# Conflicts:
#	gic-store-web/src/main/java/com/gic/store/web/controller/StoreController.java
parent 7bbc094d
......@@ -83,4 +83,12 @@ public class StoreDictVO implements Serializable {
}
return "";
}
public Integer getIsSystem() {
return isSystem;
}
public void setIsSystem(Integer isSystem) {
this.isSystem = isSystem;
}
}
\ 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