zhangherong
2025-07-08 36f9a19a35ec72e831afa60f288d6fc96e86d7e2
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcWorkshopInfo.java
@@ -39,5 +39,17 @@
    @Excel(name = "背景图", width = 15)
    @ApiModelProperty(value = "背景图")
    private String backgroundImage;
    /**
     * 设备编号颜色
     */
    @ApiModelProperty(value = "设备编号颜色")
    private String equipmentIdColor;
    /**
     * 菜单权限编码,例如:“sys:schedule:list,sys:schedule:info”,多个逗号隔开
     */
    @ApiModelProperty(value = "菜单权限编码")
    private String perms;
}