石广澎
2023-12-13 db5f18c8d02881bbf8b8b43d45236bc59bd2f958
consum-base/src/main/java/com/consum/base/Constants.java
@@ -57,5 +57,13 @@
    public static final Integer IS_DELETE_NO = 0;
    public static final Integer IS_DELETE_YES = 1;
    //WAREHOUSE_TYPE  1机构仓库2部门仓库
    public static final Integer WAREHOUSE_TYPE_TENANT = 1;
    public static final Integer WAREHOUSE_TYPE_DEPT = 2;
    //IS_DEFAULT  1=是;2=否
    public static final Integer IS_DEFAULT_YES = 1;
    public static final Integer IS_DEFAULT_NO = 2;
}