| | |
| | | public class OrgClassReUser implements Serializable, ITrace { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** 未激活课程 */ |
| | | /** 未激活课程 */ |
| | | public static final int CLASS_NOT_ACTIVATED = 1; |
| | | /** 加入课程 */ |
| | | /** 加入课程 */ |
| | | public static final int CLASS_ADD = 2; |
| | | /**初审通过*/ |
| | | /**初审通过*/ |
| | | public static final int CLASS_FIRST_PASS = 3; |
| | | /**初审拒绝*/ |
| | | /**初审拒绝*/ |
| | | public static final int CLASS_FIRST_REJECT = 4; |
| | | /**最终通过*/ |
| | | /**最终通过*/ |
| | | public static final int CLASS_END_PASS = 5; |
| | | /**最终拒绝*/ |
| | | /**最终拒绝*/ |
| | | public static final int CLASS_END_REJECT = 6; |
| | | |
| | | @Id |