wangliang 1 год назад
Родитель
Сommit
c63e265e93

+ 1 - 2
sop-business/src/main/java/com/qmth/sop/business/entity/TSJobRemind.java

@@ -71,10 +71,9 @@ public class TSJobRemind implements Serializable {
 
     }
 
-    public TSJobRemind(JobQuartzTypeEnum type, String code, Long objId, String objName, JobTypeEnum remindType, Long userId) {
+    public TSJobRemind(JobQuartzTypeEnum type, Long objId, String objName, JobTypeEnum remindType, Long userId) {
         this.id = SystemConstant.getDbUuid();
         this.type = type;
-        this.code = code;
         this.objId = objId;
         this.objName = objName;
         this.remindType = remindType;