EnterpriseAccountMessage.java 1.6 KB
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
package pwc.taxtech.atms.common.message;

public class EnterpriseAccountMessage {

    public static final String  EnterpriceAccountRepeat = "EnterpriceAccountRepeat";
    public static final String  EnterpriceAccountParentDisable = "EnterpriceAccountParentDisable";
    public static final String  StdCodeIsNotExist = "StdCodeIsNotExist";
    public static final String  NoParentCode = "NoParentCode";
    public static final String  OrgNotExist = "OrgNotExist";
    public static final String  SystemError = "SystemError";
    public static final String  NoAccountNeedClear = "NoAccountNeedClear";
    public static final String  InputParamInComplete = "InputParamInComplete";
    public static final String  AccountSetNotExist = "AccountSetNotExist";
    public static final String  ExistMappedOrg = "ExistMappedOrg";

    public static final String  EnterpriseAccountNameEmpty = "EnterpriseAccountNameEmpty";

    public static final String  EnterpriceAccountImportDataFormatError = "EnterpriceAccountImportDataFormatError";

    public static final String  NameMaxLength = "EnterpriseAccountNameMaxLength";
    public static final String  CodeMaxLength = "EnterpriseAccountCodeMaxLength";

    public static final String  CodeEmpty = "EnterpriseAccountCodeEmpty";

    public static final String  CopyFrom = "Copy From {0}";
    public static final String  SubjectCorresponding = "SubjectCorresponding";

    public static final String  DirectionFormatError = "DirectionFormatError";

    public static final String  AcctPropFormatError = "AcctPropFormatError";

    public static final String  AcctPropNullError = "AcctPropNullError";
}