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 = "分钟数/单位";
| }
|
|