提交 | 用户 | 时间 | ||
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 | } |