zhangherong
2025-04-01 ed02a4c897dfb8e4e3d19670688597aa11dc58b5
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/entity/DeviceCharacters.java
@@ -24,7 +24,7 @@
    @TableField(value = "device_no")
    private String deviceNo;
    @TableField(value = "depart_id")
    @Dict(dictTable = "sys_department",dicCode = "depart_id",dicText = "depart_name")
    @Dict(dictTable = "mdc_production",dicCode = "id",dicText = "production_name")
    private String departId;
    @TableField(value = "control_system")
    private String controlSystem;