沙钢智慧能源系统后端代码
liriming
2 天以前 cf56ebbecf2c8fc695e95c4d84949182260ee082
提交 | 用户 | 时间
cf56eb 1 package com.iailab.module.shasteel.mq.common.constant;
L 2
3
4 import java.math.BigDecimal;
5
6 /**
7  * @Description: 通用常量
8  */
9 public interface CommonConstant {
10
11     //压缩空气调度方案code
12     String COMPRESSOR_CODE = "Air";
13
14     //蒸汽调度方案code
15     String STEAM_CODE = "sha01";
16 }