update 优化 pg 字段类型适配

This commit is contained in:
疯狂的狮子Li
2025-11-19 17:41:07 +08:00
parent f70a37c050
commit fc35a1469f

View File

@@ -50,6 +50,6 @@ public class FlowInstanceBo implements Serializable {
/** /**
* 申请人Ids * 申请人Ids
*/ */
private List<Long> createByIds; private List<String> createByIds;
} }