yxk-20260509-党委会反馈表添加流程实例id字段,为了取分不同督办流程的反馈意见
This commit is contained in:
+4
@@ -82,6 +82,10 @@ public class BgPartymatterFeedback implements Serializable {
|
||||
@Excel(name = "完成状态", width = 15)
|
||||
@Schema(description = "完成状态")
|
||||
private java.lang.String bpmStatus;
|
||||
/**流程实例id*/
|
||||
@Excel(name = "流程实例id", width = 15)
|
||||
@Schema(description = "流程实例id")
|
||||
private java.lang.String bpmProcessId;
|
||||
/**删除标识*/
|
||||
@Excel(name = "删除标识", width = 15)
|
||||
@Schema(description = "删除标识")
|
||||
|
||||
Reference in New Issue
Block a user