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"; // 光电华为合格证
|
}
|