wuxw
2022-04-19 c228e04e0d4e5a63a91222edf22b0ec7e7b8dcbc
1
2
3
4
5
6
7
8
9
10
package com.java110.core.language;
 
/**
 * 国际化统一回复编码
 */
public class LangErrorMsgCode {
 
 
    private String LANG_RESULT_MSG_CODE = "";
}