platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandSub.java
@@ -27,9 +27,6 @@ @Schema(description = "拟使用地点") @Column(columnDefinition="VARCHAR(64) comment '拟使用地点'") private String place; @Schema(description = "使用公司") @Column(columnDefinition="int comment '使用公司'") private Integer compId; @Schema(description = "申请部门") @Column(columnDefinition="int comment '申请部门'") private Integer deptId;