zss
2024-10-12 1214b18558c19b09c02161b1dbbef342ad2c1e8f
performance-server/src/main/java/com/yuanchu/mom/pojo/AuxiliaryOutputWorkingHours.java
@@ -32,10 +32,20 @@
    @ExcelIgnore
    private Integer id;
    @ApiModelProperty("检测项目")
    @ExcelProperty(value = "检测项目")
    @ApiModelProperty("检测父项")
    @ExcelProperty(value = "检测父项")
    @ValueTableShow(2)
    private String inspectProject;
    private String inspectionItem;
    @ApiModelProperty("检测子项")
    @ExcelProperty(value = "检测子项")
    @ValueTableShow(2)
    private String inspectionItemSubclass;
    @ApiModelProperty("样品编号")
    @ExcelProperty(value = "样品编号")
    @ValueTableShow(2)
    private String sample;
    @ApiModelProperty("加班委托单号")
    @ExcelProperty(value = "加班委托单号")
@@ -117,4 +127,8 @@
    @ApiModelProperty("工时分组")
    @ExcelIgnore
    private String manHourGroup;
    @ApiModelProperty("检验项目id")
    @ExcelIgnore
    private Integer insProductId;
}