@@ -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;