符合性流程-查询反馈意见处理userId

This commit is contained in:
wangzhijiang
2022-11-01 16:48:11 +08:00
parent 4c3c87cdde
commit a4f9bec0d9
@@ -108,4 +108,6 @@ public class ProjectTaskInventoryFeedbackEO implements Serializable {
@ApiModelProperty(value = "序号")
private String serialNumber;
@TableField(exist = false)
private String userId;
}