新增常量

This commit is contained in:
wanggeng 2022-04-20 15:59:44 +08:00
parent c5f0ff5f7c
commit f5754acd8a

View File

@ -225,5 +225,9 @@ public interface ISystemConstant {
* 表单初始化参数
*/
String FORM_INIT_PARAM_LIST = "initParams";
/**
* 表单类型
*/
String FORM_TYPE = "formType";
}