lige
2024-04-18 ed277ece348dae9bc6e36c0fc9f69ae8a3825912
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package com.ltkj.tduck.constant;
 
/**
 * @author : wangqing
 * @description : 表单设置项常量
 * @create :  2022/07/07 11:49
 **/
public interface FormSettingConstants {
 
    /**
     * 表单提交后显示类型字段名称
     */
    String SUBMIT_SHOW_TYPE_KEY = "submitShowType";
 
    /**
     * 自定义提示页面内容
     */
    String SUBMIT_SHOW_CUSTOM_PAGE_KEY = "submitShowCustomPage";
 
 
}