From 2e01263a1d3db25eb947c38c3cf0702cb64bb07f Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期三, 21 五月 2025 16:43:03 +0800 Subject: [PATCH] #页面更改 --- src/main/java/com/zy/third/erp/entity/InHedTB.java | 185 +++++++++------------------------------------ 1 files changed, 39 insertions(+), 146 deletions(-) diff --git a/src/main/java/com/zy/third/erp/entity/InHedTB.java b/src/main/java/com/zy/third/erp/entity/InHedTB.java index 95b65d4..8a6abca 100644 --- a/src/main/java/com/zy/third/erp/entity/InHedTB.java +++ b/src/main/java/com/zy/third/erp/entity/InHedTB.java @@ -1,26 +1,14 @@ package com.zy.third.erp.entity; import com.baomidou.mybatisplus.annotations.TableField; -import com.core.common.Cools;import io.swagger.annotations.ApiModelProperty; import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; import com.baomidou.mybatisplus.enums.IdType; import io.swagger.annotations.ApiModelProperty; -import io.swagger.annotations.ApiModelProperty; -import io.swagger.annotations.ApiModelProperty; -import java.text.SimpleDateFormat; -import java.util.Date; -import io.swagger.annotations.ApiModelProperty; -import lombok.AllArgsConstructor; import lombok.Data; -import lombok.NoArgsConstructor; -import org.springframework.format.annotation.DateTimeFormat; -import io.swagger.annotations.ApiModelProperty; -import io.swagger.annotations.ApiModelProperty; -import io.swagger.annotations.ApiModelProperty; -import io.swagger.annotations.ApiModelProperty; -import com.baomidou.mybatisplus.annotations.TableName; import java.io.Serializable; +import java.util.Date; @Data @TableName("erp_InHedTB") @@ -30,177 +18,82 @@ @TableId(value = "AutoId", type = IdType.AUTO) + @TableField("auto_id") private Integer AutoId; - @ApiModelProperty(value= "") - @TableId(value = "BillNo", type = IdType.INPUT) - @TableField("BillNo") + @ApiModelProperty(value = "") + @TableId(value = "bill_no", type = IdType.INPUT) + @TableField("bill_no") private String BillNo; /** * StockIn:閲囪喘鍏ュ簱 -ProductIn:鎴愬搧鍏ュ簱鍗� -ItemMoveIn:璋冩嫧鍏ュ簱 -ItemSwitchIn:褰㈡�佽浆鎹㈠叆搴� -CheckMoreIn:鐩樼泩鍏ュ簱鍗� - + * ProductIn:鎴愬搧鍏ュ簱鍗� + * ItemMoveIn:璋冩嫧鍏ュ簱 + * ItemSwitchIn:褰㈡�佽浆鎹㈠叆搴� + * CheckMoreIn:鐩樼泩鍏ュ簱鍗� */ // @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") - @TableField("BillDate") - private String billDate; + @TableField("bill_date") + private Date BillDate; - @TableField("IoKindID") + @TableField("io_kind_id") private String IoKindID; - @TableField("IoKindName") + @TableField("io_kind_name") private String ioKindName; /** * 渚涘簲鍟嗐�侀儴闂↖D */ - @ApiModelProperty(value= "渚涘簲鍟嗐�侀儴闂↖D") - @TableField("ObjectId") - private String OjectId; + @ApiModelProperty(value = "渚涘簲鍟嗐�侀儴闂↖D") + @TableField("object_id") + private String ObjectId; /** * 渚涘簲鍟嗐�侀儴闂ㄥ悕绉� */ - @TableField("ObjectName") - @ApiModelProperty(value= "渚涘簲鍟嗐�侀儴闂ㄥ悕绉�") - private String OjbectName; + @TableField("object_name") + @ApiModelProperty(value = "渚涘簲鍟嗐�侀儴闂ㄥ悕绉�") + private String ObjectName; - @ApiModelProperty(value= "") - @TableField("Remark") + @ApiModelProperty(value = "") + @TableField("remark") private String remark; - @TableField("WareId") + @TableField("ware_id") private String wareId; - @TableField("WareName") + @TableField("ware_name") private String wareName; - @ApiModelProperty(value= "") - @TableField("Temp1") + @ApiModelProperty(value = "") + @TableField("temp1") private String Temp1; - @ApiModelProperty(value= "") - @TableField("Temp2") + @ApiModelProperty(value = "") + @TableField("temp2") private String Temp2; - @ApiModelProperty(value= "") - @TableField("Temp3") + @ApiModelProperty(value = "") + @TableField("temp3") private String Temp3; - - @ApiModelProperty(value= "") + @ApiModelProperty(value = "") // @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") - @TableField("MakeDate") - private String makedate; + @TableField("make_date") + private Date MakeDate; - @ApiModelProperty(value= "") + @ApiModelProperty(value = "") @TableField("LKName") private String LKName; - - -// InHedTB inHedTB = new InHedTB( -// null, // [闈炵┖] -// null, // StockIn:閲囪喘鍏ュ簱 -// null, // 渚涘簲鍟嗐�侀儴闂↖D -// null, // 渚涘簲鍟嗐�侀儴闂ㄥ悕绉� -// null, // -// null, // -// null, // -// null, // -// null // -// ); - - public String getBillNo() { - return BillNo; - } - - public void setBillNo(String BillNo) { - this.BillNo = BillNo; - } - - public String getIoKindID() { - return IoKindID; - } - - public void setIoKindID(String IoKindID) { - this.IoKindID = IoKindID; - } - - public String getOjectId() { - return OjectId; - } - - public void setOjectId(String OjectId) { - this.OjectId = OjectId; - } - - public String getOjbectName() { - return OjbectName; - } - - public void setOjbectName(String OjbectName) { - this.OjbectName = OjbectName; - } - - public String getMakedate() { - return makedate; - } - - public void setMakedate(String makedate) { - this.makedate = makedate; - } -// public Date getMakedate() { -// return makedate; -// } -// -// public String getMakedate$(){ -// if (Cools.isEmpty(this.makedate)){ -// return ""; -// } -// return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.makedate); -// } -// -// public void setMakedate(Date makedate) { -// this.makedate = makedate; -// } - - public String getRemark() { - return remark; - } - - public void setRemark(String remark) { - this.remark = remark; - } - - public String getTemp1() { - return Temp1; - } - - public void setTemp1(String Temp1) { - this.Temp1 = Temp1; - } - - public String getTemp2() { - return Temp2; - } - - public void setTemp2(String Temp2) { - this.Temp2 = Temp2; - } - - public String getTemp3() { - return Temp3; - } - - public void setTemp3(String Temp3) { - this.Temp3 = Temp3; - } + /** + * + */ + @TableField("fact_area") + private String FactArea; } -- Gitblit v1.9.1