认证虚拟清单明细表 增加字段 交付物类型

This commit is contained in:
wangzhijiang
2023-03-13 10:13:11 +08:00
parent 1c9c4c23e0
commit 1e81d1731f
2 changed files with 11 additions and 0 deletions
@@ -97,6 +97,14 @@ public class AuthDummyInventoryInfoEO implements Serializable {
@ApiModelProperty(value = "交付物")
private java.lang.String deliverable;
/**交付物类型*/
@Excel(name = "交付物类型", width = 15)
@ApiModelProperty(value = "交付物类型")
private String deliverableType;
@TableField(exist = false)
// 交付物类型名称
private String deliverableTypeName;
/**文档库id*/
// @Excel(name = "文档库id", width = 15)
@ApiModelProperty(value = "文档库id")