AreaRegionMessage.java 300 Bytes
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2 3 4 5 6 7 8 9
package pwc.taxtech.atms.common.message;

public class AreaRegionMessage {

    public static final String  NoAreaRegionData = "NoAreaRegionData";
    public static final String  AreaRegionRepeat = "AreaRegionRepeat";

    public static final String  CannotStopAreaOrgUse = "CannotStopAreaOrgUse";
}