huanghongfa
2021-04-17 eb261d529b71f922cb78971ab0b329f6c323a9bf
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComShopStoreDO.java
@@ -121,6 +121,15 @@
     * 管理后台用户id
     */
    private Long sysUserId;
    /**
     * 店铺状态(1.启用  2.禁用)
     */
    public interface status{
        int yes = 1;
        int no = 2;
    }
    @Override
    public String toString() {
        return "ComShopStoreDO{" +