feat: 企标新增标准类型字段
This commit is contained in:
+6
@@ -306,12 +306,18 @@ public class LawsEnterpriseStandard implements Serializable {
|
||||
@ApiModelProperty(value = "顺序号")
|
||||
private String standardNumberTemp;
|
||||
|
||||
@Dict(dicCode = "standard_type_es")
|
||||
@ApiModelProperty(value = "标准类型")
|
||||
private String standardClass;
|
||||
|
||||
/**
|
||||
* 老法规系统Id
|
||||
*/
|
||||
@ApiModelProperty(value = "老法规系统Id")
|
||||
private String oldSystemId;
|
||||
|
||||
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1809789807789012221L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user