李林
2023-10-07 658d4927d468c47208fd012d9128b09249c07eff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.chinaztt.mes.warehouse.state.constant;
 
/**
 * @Description : 包装模块积木报表code
 * @ClassName : ReportCodeStringValues
 * @Author : sll
 * @Date: 2022-06-01  14:52
 */
public class ReportCodeStringValues{
    public static final String GDHHL_HUAWEI = "1";//光电混合缆-华为合格证
    public static final String WEIGHT_LABLE = "2";//称重标签
 
    public static final String GW_HUAWEI = "3"; // 高温华为合格证
 
    public static final String GD_HUAWEI = "4"; // 光电华为合格证
}