kaiyu
2021-05-12 8f9f72a3f92de3a1a5f2faf1eaff583fbe6e70fb
screen-common/src/main/java/com/moral/constant/Constants.java
@@ -84,5 +84,15 @@
     * */
    public static final String DELETE_OPERATE_TYPE = "3";
    /*
    * 数据库中公式原单位的占位符
    * */
    public static final String FORMULA_PLACEHOLDER = "{0}";
    /*
    * 单位字典类型
    * */
    public static final String SYSTEM_DICT_TYPE_UNIT = "unit";
}