Blame view

ProjectProgress.java 206 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9
package com.zhongzhi.common.constant;

public class ProjectProgress {

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

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

}