| 12345678910111213141516171819202122232425 |
- /**
- * Copyright
- * All right reserved.
- * 项目名称:
- * 创建日期:2022/3/27
- */
- package org.springblade.constant;
- /***
- * Date:2022/3/27
- * Title:字典常量定义类
- * Description:对本文件的详细描述,原则上不能少于30字
- * @Author: admin
- * @Mender:(文件的修改者,文件创建者之外的人)
- * @Version 1.0
- * Remark:认为有必要的其他信息
- */
- public class DictBusinessConstant {
- public static final String ORDER_STATUS_CODE ="rtu_check_order_status";
- public static final String ORDER_FROM_CODE ="rtu_check_order_from";
- public static final String RTU_KIND ="rtu_kind";
- public static final String WATER_LEVEL_SENSOR_TYPE="water_level_sensor_type";
- }
|