commit | author | age | ||
a18bfa | 1 | package com.changhong.epc.constter.system; |
Z | 2 | |
3 | import com.iemsoft.framework.cloud.core.constant.BaseConst; | |
4 | ||
5 | /** | |
6 | * 系统消息错误 | |
7 | * @author WangYX | |
8 | * | |
9 | */ | |
10 | public interface SystemMsgConst extends BaseConst{ | |
11 | ||
12 | /** | |
13 | * 参数错误 | |
14 | */ | |
15 | String E00019 = "E0019"; | |
16 | ||
17 | } |