“djh”
2025-12-22 ab0682fb16c1cd1d1f1b054184296bbaae158d2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//package com.gkhy.exam.system.domain.vo.statistic;
//
//import io.swagger.annotations.ApiModel;
//import io.swagger.annotations.ApiModelProperty;
//import lombok.Data;
//
//@Data
//@ApiModel("企业资源和能力情况")
//public class CompanyResources {
//
//    @ApiModelProperty("计算机总数")
//    private Integer computerTotal;
//    @ApiModelProperty("其他办公设备")
//    private Integer otherOfficeEquipment;
//    @ApiModelProperty("生产设备")
//    private Integer productionEquipment;
//    @ApiModelProperty("检测设备")
//    private Integer detectionEquipment;
//
//}