ci: 企标管理新增制修订类型字段并调整相关权限和字典- 在 LawsEnterpriseStandard 实体类中添加 revisionType 字段,用于表示制修订类型
- 在数据库中新增 esp_revision_type 字典,用于企标计划的制修订类型 - 为企标管理表新增制修订类型字段 -调整前端权限,新增查看征求意见的权限 - 修改字典管理,更新企标计划的字典配置
This commit is contained in:
+5
@@ -232,6 +232,11 @@ public class LawsEnterpriseStandard implements Serializable {
|
||||
private String specializedModule;
|
||||
|
||||
|
||||
@Dict(dicCode = "esp_revision_type")
|
||||
@ApiModelProperty(value = "制修订类型")
|
||||
private String revisionType;
|
||||
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1809789807789012221L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user