Blame view

CourseNotification.java 180 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8
package com.subsidy.common.constant;

public class CourseNotification {

    public static final String UNSENT = "待发送";

    public static final String SENT = "已发送";
}