1821349743@qq.com
2023-02-20 c895f5c42dfdff7b7674f6a539f20774c963f850
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.product.print.config;
 
/**
 * @ClassName CmnConst
 * @Description 打印模块常量
 * @Author cheng
 * @Date 2021/11/30 15:39
 */
public class CmnConst {
 
    public static final String CPAGE = "cpage"; // 页数
    public static final String PAGESIZE = "pagesize"; // 每页条数
 
    public static final String UUID = "uuid";
 
    public static final String PRINT_TEMP = "print_temp";
    public static final String PRINT_TEMPLATE = "print_template";
    //打印配置表
    public static final String TABLE_PRINT_CONFIG = "product_sys_print_config";
}