heheng
2025-11-26 5011ebf747ddfa41840b352c9e39cf369a8f047c
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;
//
//}