yxk-20260420-党委会添加密级字段
This commit is contained in:
+5
@@ -56,6 +56,11 @@ public class BgPartymatter implements Serializable {
|
|||||||
@Excel(name = "年份", width = 15)
|
@Excel(name = "年份", width = 15)
|
||||||
@Schema(description = "年份")
|
@Schema(description = "年份")
|
||||||
private java.lang.String year;
|
private java.lang.String year;
|
||||||
|
/**密级*/
|
||||||
|
@Excel(name = "密级", width = 15)
|
||||||
|
@Dict(dicCode = "secret_level")
|
||||||
|
@Schema(description = "密级")
|
||||||
|
private java.lang.String secretLevel;
|
||||||
/**序号*/
|
/**序号*/
|
||||||
@Excel(name = "序号", width = 15)
|
@Excel(name = "序号", width = 15)
|
||||||
@Schema(description = "序号")
|
@Schema(description = "序号")
|
||||||
|
|||||||
Reference in New Issue
Block a user