All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.digitalchina.platform.security.constants.CommonConstants Maven / Gradle / Ivy

The newest version!
package com.digitalchina.platform.security.constants;


/**
 * Created by xingding on 2016/10/29.
 */
public class CommonConstants {

    /* 平台代码规范常量 */
    public final static String RTN_CODE_SUCCESS = "000000"; //通用成功代码
    public final static String RTN_CODE_FAIL = "999999"; //通用错误代码

    public final static String RTN_STATUS_SUCCESS = "OK";
    public final static String RTN_STATUS_ERROR = "ERROR";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy