yxk-20260420-党委会添加密级字段

This commit is contained in:
ye1023
2026-04-20 15:25:14 +08:00
parent 4ff4980b00
commit 1487a77521
@@ -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 = "序号")