zouyu
2026-04-30 fe97e3191aaa5f5db104541946f6ac7937e46e15
basic-server/src/main/java/com/ruoyi/basic/dto/IfsInventoryQuantitySupplierDto.java
@@ -19,7 +19,7 @@
    /**
     * 委托编号
     */
    @ExcelProperty(index = 2, value = "委托编号")
    @ExcelProperty(index = 1, value = "委托编号")
    @ApiModelProperty("委托编号")
    private String entrustCode;
@@ -32,11 +32,11 @@
    @ApiModelProperty("销售订单分类名称")
    private String orderTypeName;
    @ExcelProperty(index = 7, value = "样品名称")
    @ExcelProperty(index = 6, value = "样品名称")
    @ApiModelProperty("样品名称")
    private String sampleName;
    @ExcelProperty(index = 8, value = "样品型号")
    @ExcelProperty(index = 7, value = "样品型号")
    @ApiModelProperty("样品型号")
    private String sampleModel;
@@ -90,21 +90,21 @@
    @ApiModelProperty("创建人")
    private Integer createUser;
    @ExcelProperty(index = 9, value = "检验人")
    @ExcelProperty(index = 8, value = "检验人")
    @ApiModelProperty("检验人")
    private String userName;
    @ExcelProperty(index = 10, value = "下发时间")
    @ExcelProperty(index = 9, value = "下发时间")
    private String sendTimeString;
    @ExcelProperty(index = 14, value = "接收时间")
    @ExcelProperty(index = 13, value = "接收时间")
    private String receiverDateString;
    @ExcelProperty(index = 15, value = "报检时间")
    @ExcelProperty(index = 14, value = "报检时间")
    private String declareDateString;
    // 合格状态,: 0 检验中, 1合格, 2不合格, 3未下单,4让步放行
    @ExcelProperty(index = 6, value = "检验状态")
    @ExcelProperty(index = 5, value = "检验状态")
    private String inspectStatusString;
    @ApiModelProperty("报检开始时间")
@@ -114,12 +114,12 @@
    private String endDeclareDate;
    @ApiModelProperty("不合格描述")
    @ExcelProperty(index = 16, value = "不合格描述")
    @ExcelProperty(index = 15, value = "不合格描述")
    private String unqualifiedDesc;
    @ApiModelProperty("不合格项")
    @ExcelProperty(index = 17, value = "不合格项")
    @ExcelProperty(index = 16, value = "不合格项")
    private String unqualifiedItem;
    @ApiModelProperty("免检")