yxk-20260421-党委会表单添加流程相关字段
This commit is contained in:
+18
@@ -128,4 +128,22 @@ public class BgPartymatter implements Serializable {
|
||||
@Schema(description = "删除标识")
|
||||
@TableLogic
|
||||
private java.lang.String delFlag;
|
||||
/**是否需要重复督办*/
|
||||
@Excel(name = "是否需要重复督办", width = 15)
|
||||
@Schema(description = "是否需要重复督办")
|
||||
private java.lang.String isNeedInterval;
|
||||
/**重复类型*/
|
||||
@Excel(name = "重复类型", width = 15)
|
||||
@Schema(description = "重复类型")
|
||||
private java.lang.String intervalType;
|
||||
/**重复次数*/
|
||||
@Excel(name = "重复次数", width = 15)
|
||||
@Schema(description = "重复次数")
|
||||
private java.lang.String startCount;
|
||||
/**重复开始时间*/
|
||||
@Excel(name = "重复开始时间", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@Schema(description = "重复开始时间")
|
||||
private java.util.Date intervalStartTime;
|
||||
}
|
||||
|
||||
+1
-1
@@ -240,7 +240,7 @@ public class TaskTask implements Serializable {
|
||||
private List<JSONObject> jsonData;
|
||||
|
||||
@Excel(name = "是否立即发起流程", width = 15)
|
||||
@Schema(description = "1立即发起且非周期性发起,2不立即发起但周期性发起,3立即发起且周期性发起")
|
||||
@Schema(description = "0立即发起且非周期性发起,1不立即发起但周期性发起,2立即发起且周期性发起")
|
||||
private java.lang.Integer triggerType;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user