lyh
2025-07-09 032e22721e5d2ab747b6d9db069161dc860a22b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package org.jeecg.modules.eam.request;
 
import lombok.Data;
import org.jeecg.common.aspect.annotation.Dict;
import org.jeecgframework.poi.excel.annotation.Excel;
 
@Data
public class EamEquipmentQuery {
    private String id;
    private String equipmentCode;
    private String equipmentName;
    private String equipmentImportance;
    private String assetStatus;
    private String technologyStatus;
    private String operationSystem;
    private String orgId;
    private String equipmentCategory;
    private String factoryOrgCode;
    private String repairDepartOrgCode;
    private String column;
    private String order;
}