干燥机配套车间生产管理系统/云平台服务端
baoshiwei
2023-03-16 22db0b6b9b3a5905c1793107c2c1c2a00b265091
jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrderTrend.java
@@ -16,7 +16,7 @@
import lombok.experimental.Accessors;
/**
 * @Description: 批次过程趋势
 * @Description: 工单过程趋势
 * @Author: jeecg-boot
 * @Date:   2023-03-08
 * @Version: V1.0
@@ -25,7 +25,7 @@
@TableName("dry_order_trend")
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = false)
@ApiModel(value="dry_order_trend对象", description="批次过程趋势")
@ApiModel(value="dry_order_trend对象", description="工单过程趋势")
public class DryOrderTrend implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -33,9 +33,9 @@
   @TableId(type = IdType.ASSIGN_ID)
    @ApiModelProperty(value = "id")
    private String id;
   /**批次*/
   @Excel(name = "批次", width = 15)
    @ApiModelProperty(value = "批次")
   /**工单*/
   @Excel(name = "工单", width = 15)
    @ApiModelProperty(value = "工单")
    private String orderId;
   /**含水率*/
   @Excel(name = "含水率", width = 15)