ci: 标准法规清单新增字段
This commit is contained in:
+12
@@ -140,6 +140,18 @@ public class LawsMarketStandard implements Serializable {
|
|||||||
@ApiModelProperty(value = "自定义字段值")
|
@ApiModelProperty(value = "自定义字段值")
|
||||||
private String customColumnValue;
|
private String customColumnValue;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 清单说明
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "清单说明")
|
||||||
|
private String manifestDesc;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 附件
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "附件")
|
||||||
|
private String file;
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user