yxk-20260421-党委会表单添加流程相关字段

This commit is contained in:
ye1023
2026-04-21 10:43:53 +08:00
parent 40df937cc4
commit 2c20286a11
2 changed files with 19 additions and 1 deletions
@@ -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;
}