From c2fccb01b972176dc3da5a497b5e904025e9e98d Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期二, 16 四月 2024 15:06:51 +0800 Subject: [PATCH] Merge branch 'master' of http://210.22.126.130:1111/r/dry/herb --- jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 160 insertions(+), 0 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 new file mode 100644 index 0000000..33cd2e2 --- /dev/null +++ b/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/entity/DryOrder.java @@ -0,0 +1,160 @@ +package org.jeecg.modules.dry.entity; + +import java.io.Serializable; +import java.util.Date; + +import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableId; +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; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +/** + * @Description: 骞茬嚗宸ュ崟 + * @Author: jeecg-boot + * @Date: 2023-03-08 + * @Version: V1.0 + */ +@Data +@ToString +@TableName("dry_order") +@Accessors(chain = true) +@EqualsAndHashCode(callSuper = false) +@ApiModel(value="dry_order瀵硅薄", description="骞茬嚗宸ュ崟") +public class DryOrder implements Serializable { + private static final long serialVersionUID = 1L; + + /**id*/ + @TableId(type = IdType.ASSIGN_ID) + @ApiModelProperty(value = "id") + private String id; + /**宸ュ崟鏃堕棿*/ + @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; + /**宸ュ崟鍙�*/ + @Excel(name = "宸ュ崟鍙�", width = 15) + @ApiModelProperty(value = "宸ュ崟鍙�") + private String code; + /**鑽潗*/ + @Excel(name = "鑽潗", width = 15, dictTable = "dry_herb", dicText = "name", dicCode = "id") + @Dict(dictTable = "dry_herb", dicText = "name", dicCode = "id") + @ApiModelProperty(value = "鑽潗") + private String herbId; + /**鑽潗*/ + @ApiModelProperty(value = "鑽潗鍚嶇О") + private String herbName; + /**鍒濆鍚按鐜�*/ + @Excel(name = "鍒濆鍚按鐜�", width = 15) + @ApiModelProperty(value = "鍒濆鍚按鐜�") + private Double initial; + /**鐩爣鍚按鐜�*/ + @Excel(name = "鐩爣鍚按鐜�", width = 15) + @ApiModelProperty(value = "鐩爣鍚按鐜�") + private Double target; + /**鎶曟枡閲�*/ + @Excel(name = "鎶曟枡閲�", width = 15) + @ApiModelProperty(value = "鎶曟枡閲�") + private Integer feed; + /**鍒濆閲嶉噺*/ + @Excel(name = "鍒濆閲嶉噺", width = 15) + @ApiModelProperty(value = "鍒濆閲嶉噺") + private Double originWeight; + /**棰勮骞茬嚗鏃堕棿*/ + @Excel(name = "棰勮骞茬嚗鏃堕棿", width = 15) + @ApiModelProperty(value = "棰勮骞茬嚗鏃堕棿") + private Integer et; + /**骞叉枡閲嶉噺*/ + @Excel(name = "骞叉枡閲嶉噺", width = 15) + @ApiModelProperty(value = "骞叉枡閲嶉噺") + private Double yield; + /**骞茬嚗鏃堕棿*/ + @Excel(name = "骞茬嚗鏃堕棿", width = 15) + @ApiModelProperty(value = "骞茬嚗鏃堕棿") + 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 = "棰勮鍓╀綑鏃堕棿") + private Integer remain; + /**璁惧*/ + @Excel(name = "璁惧", width = 15, dictTable = "dry_equipment", dicText = "name", dicCode = "id") + @Dict(dictTable = "dry_equipment", dicText = "name", dicCode = "id") + @ApiModelProperty(value = "璁惧") + private String equId; + /**杞﹂棿*/ + @Excel(name = "杞﹂棿", width = 15, dictTable = "dry_shop", dicText = "name", dicCode = "id") + @Dict(dictTable = "dry_shop", dicText = "name", dicCode = "id") + @ApiModelProperty(value = "杞﹂棿") + private String shopId; + /**绉熸埛id*/ + @Excel(name = "绉熸埛id", width = 15) + @ApiModelProperty(value = "绉熸埛id") + private Integer tenantId; + /**鍒涘缓浜�*/ + @ApiModelProperty(value = "鍒涘缓浜�") + private String createBy; + /**鍒涘缓鏃堕棿*/ + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern="yyyy-MM-dd") + @ApiModelProperty(value = "鍒涘缓鏃堕棿") + private Date createTime; + /**鏇存柊浜�*/ + @ApiModelProperty(value = "鏇存柊浜�") + private String updateBy; + /**鏇存柊鏃堕棿*/ + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern="yyyy-MM-dd") + @ApiModelProperty(value = "鏇存柊鏃堕棿") + private Date updateTime; + /**宸ュ崟鐘舵��*/ + @Excel(name = "宸ュ崟鐘舵��", width = 15) + @ApiModelProperty(value = "宸ュ崟鐘舵��") + private Integer orderStatus; + /**鎿嶄綔浜�*/ + @Excel(name = "鎿嶄綔浜�", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "id") + @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