Explorar o código

审批状态value值常量值

chenwen %!s(int64=4) %!d(string=hai) anos
pai
achega
d3e65edebc

+ 10 - 0
common/src/main/java/com/jpsoft/employment/modules/job/entity/ApproveStatusConstant.java

@@ -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";  // 已审批
+}