ProjectProgress.java 206 Bytes
package com.zhongzhi.common.constant;

public class ProjectProgress {

    public static final String REGISTERED = "已注册公司";

    public static final String UNREGISTERED = "创意设计阶段";

}