Fixiaobai
2023-11-13 8e17ffd131c99250f648c73c6c839c5088717951
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.chinaztt.mes.aps.core.helper;
 
 
/**
 * @Author: zhangxy
 * @Date: 2020-10-14 15:30
 */
public class Constants {
 
 
    public static final String UNIT_PER_MIN = "单位数/分钟";
    public static final String MIN_PER_UNIT = "分钟数/单位";
}