zouyu
昨天 82f614e4646aeb179927dd82ccf0097a671dce48
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;
@@ -29,11 +29,14 @@
    @ApiModelProperty("检验对象")
    private String sampleType;
    @ExcelProperty(index = 7, value = "样品名称")
    @ApiModelProperty("销售订单分类名称")
    private String orderTypeName;
    @ExcelProperty(index = 6, value = "样品名称")
    @ApiModelProperty("样品名称")
    private String sampleName;
    @ExcelProperty(index = 8, value = "样品型号")
    @ExcelProperty(index = 7, value = "样品型号")
    @ApiModelProperty("样品型号")
    private String sampleModel;
@@ -53,6 +56,9 @@
    @ApiModelProperty("手动上传报告地址")
    private String enterUrlS;
    @ApiModelProperty("进厂报告审批状态(1:批准通过,0:批准不通过)")
    private Integer enterRatifyStatus;
    // 季度
    @ApiModelProperty("季度订单id")
    private Integer quarterOrderId;
@@ -65,6 +71,9 @@
    @ApiModelProperty("手动上传报告地址")
    private String quarterUrlS;
    @ApiModelProperty("季度检验报告审批状态(1:批准通过,0:批准不通过)")
    private Integer quarterRatifyStatus;
    private Integer orderState;
@@ -87,21 +96,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("报检开始时间")
@@ -111,12 +120,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("免检")