技术监督代码bug修改

This commit is contained in:
2023-07-19 14:27:12 +08:00
parent b32e6f252a
commit a154924d9a
5 changed files with 22 additions and 9 deletions

View File

@@ -127,8 +127,14 @@ public class SupvProblem extends BaseEntity {
private String remark;
@TableField(exist = false)
@ApiModelProperty(name = "attachmentName",value = "盖章报告")
private String attachmentName;
@TableField(exist = false)
@ApiModelProperty(name = "attachmentNameTwo",value = "佐证材料")
private String attachmentNameTwo;
}