package pwc.taxtech.atms.constant;

public abstract class LevelConstant {

    public static final Integer FirstLevel = 0;

}