From 09655b466d315335e53d42cf9abe23929005b94a Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期三, 10 十二月 2025 15:01:44 +0800
Subject: [PATCH] 添加报表管理相关接口
---
jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 52 insertions(+), 6 deletions(-)
diff --git a/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java b/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java
old mode 100644
new mode 100755
index 527fc59..e0b6db4
--- a/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java
+++ b/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java
@@ -8,6 +8,7 @@
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.ToString;
import org.springframework.format.annotation.DateTimeFormat;
import org.jeecgframework.poi.excel.annotation.Excel;
import org.jeecg.common.aspect.annotation.Dict;
@@ -23,6 +24,7 @@
* @Version: V1.0
*/
@Data
+@ToString
@TableName("dry_order")
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = false)
@@ -35,9 +37,9 @@
@ApiModelProperty(value = "id")
private String id;
/**宸ュ崟鏃堕棿*/
- @Excel(name = "宸ュ崟鏃堕棿", width = 15, format = "yyyy-MM-dd")
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
- @DateTimeFormat(pattern="yyyy-MM-dd")
+ @Excel(name = "宸ュ崟鏃堕棿", width = 15, format = "yyyy-MM-dd HH:mm:ss")
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "宸ュ崟鏃堕棿")
private Date orderTime;
/**宸ュ崟鍙�*/
@@ -46,9 +48,12 @@
private String code;
/**鑽潗*/
@Excel(name = "鑽潗", width = 15, dictTable = "dry_herb", dicText = "name", dicCode = "id")
- @Dict(dictTable = "dry_herb", dicText = "name", dicCode = "id")
+ @Dict(dictTable = "dry_herb_formula", dicText = "name", dicCode = "id")
@ApiModelProperty(value = "鑽潗")
private String herbId;
+ /**鑽潗*/
+ @ApiModelProperty(value = "鑽潗鍚嶇О")
+ private String herbName;
/**鍒濆鍚按鐜�*/
@Excel(name = "鍒濆鍚按鐜�", width = 15)
@ApiModelProperty(value = "鍒濆鍚按鐜�")
@@ -57,10 +62,18 @@
@Excel(name = "鐩爣鍚按鐜�", width = 15)
@ApiModelProperty(value = "鐩爣鍚按鐜�")
private Double target;
+ /**鏈�缁堝惈姘寸巼*/
+ @Excel(name = "鏈�缁堝惈姘寸巼", width = 15)
+ @ApiModelProperty(value = "鏈�缁堝惈姘寸巼")
+ private Double moisture;
/**鎶曟枡閲�*/
@Excel(name = "鎶曟枡閲�", width = 15)
@ApiModelProperty(value = "鎶曟枡閲�")
- private Double feed;
+ private Integer feed;
+ /**鍒濆閲嶉噺*/
+ @Excel(name = "鍒濆閲嶉噺", width = 15)
+ @ApiModelProperty(value = "鍒濆閲嶉噺")
+ private Double originWeight;
/**棰勮骞茬嚗鏃堕棿*/
@Excel(name = "棰勮骞茬嚗鏃堕棿", width = 15)
@ApiModelProperty(value = "棰勮骞茬嚗鏃堕棿")
@@ -72,7 +85,27 @@
/**骞茬嚗鏃堕棿*/
@Excel(name = "骞茬嚗鏃堕棿", width = 15)
@ApiModelProperty(value = "骞茬嚗鏃堕棿")
- private Integer drying;
+ private Integer dryTime;
+ /**鐑娓╁害*/
+ @Excel(name = "鐑娓╁害", width = 15)
+ @ApiModelProperty(value = "鐑娓╁害")
+ private Double windTemp;
+ /**鐜娓╁害*/
+ @Excel(name = "鐜娓╁害", width = 15)
+ @ApiModelProperty(value = "鐜娓╁害")
+ private Double envTemp;
+ /**鐜婀垮害*/
+ @Excel(name = "鐜婀垮害", width = 15)
+ @ApiModelProperty(value = "鐜婀垮害")
+ private Double envHum;
+ /**鑽℃枡寤舵椂ms*/
+ @Excel(name = "鑽℃枡寤舵椂ms", width = 15)
+ @ApiModelProperty(value = "鑽℃枡寤舵椂ms")
+ private Integer delay;
+ /**缈绘枡娆℃暟*/
+ @Excel(name = "缈绘枡娆℃暟", width = 15)
+ @ApiModelProperty(value = "缈绘枡娆℃暟")
+ private Integer turn;
/**棰勮鍓╀綑鏃堕棿*/
@Excel(name = "棰勮鍓╀綑鏃堕棿", width = 15)
@ApiModelProperty(value = "棰勮鍓╀綑鏃堕棿")
@@ -109,6 +142,7 @@
private Date updateTime;
/**宸ュ崟鐘舵��*/
@Excel(name = "宸ュ崟鐘舵��", width = 15)
+ @Dict(dicCode = "dry_order_status")
@ApiModelProperty(value = "宸ュ崟鐘舵��")
private Integer orderStatus;
/**鎿嶄綔浜�*/
@@ -116,4 +150,16 @@
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "id")
@ApiModelProperty(value = "鎿嶄綔浜�")
private String operator;
+
+ /**娓╁害瓒嬪娍*/
+ @ApiModelProperty(value = "娓╁害瓒嬪娍")
+ private String temps;
+
+ /**钂告苯娑堣��*/
+ @ApiModelProperty(value = "钂告苯娑堣��")
+ private Double steam;
+
+ /**鐢佃兘娑堣��*/
+ @ApiModelProperty(value = "鐢佃兘娑堣��")
+ private Double watt;
}
--
Gitblit v1.9.3