|
|
@@ -0,0 +1,10 @@
|
|
|
+package com.jpsoft.employment.modules.job.entity;
|
|
|
+
|
|
|
+public class ApproveStatusConstant {
|
|
|
+
|
|
|
+ public static final String UNCREATE="1"; //未创建
|
|
|
+
|
|
|
+ public static final String APPROVING="2"; //审批中
|
|
|
+
|
|
|
+ public static final String FINISH="3"; // 已审批
|
|
|
+}
|