|
@@ -0,0 +1,335 @@
|
|
|
+package org.jeecg.modules.billetActual.entity;
|
|
|
+
|
|
|
+import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import io.swagger.annotations.ApiModel;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
+import lombok.EqualsAndHashCode;
|
|
|
+import lombok.experimental.Accessors;
|
|
|
+import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
+import org.springframework.format.annotation.DateTimeFormat;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @Description: 钢坯基础信息
|
|
|
+ * @Author: jeecg-boot
|
|
|
+ * @Date: 2024-05-16
|
|
|
+ * @Version: V1.0
|
|
|
+ */
|
|
|
+@TableName("billet_basic_info")
|
|
|
+@Accessors(chain = true)
|
|
|
+@EqualsAndHashCode(callSuper = false)
|
|
|
+@ApiModel(value="billet_basic_info对象", description="铸坯实绩")
|
|
|
+public class BilletBasicInfo implements Serializable {
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
+
|
|
|
+ /**主键*/
|
|
|
+ @TableId(type = IdType.ASSIGN_ID)
|
|
|
+ @ApiModelProperty(value = "主键")
|
|
|
+ private String id;
|
|
|
+ /**创建人*/
|
|
|
+ @ApiModelProperty(value = "创建人")
|
|
|
+ private String createBy;
|
|
|
+ /**创建日期*/
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "创建日期")
|
|
|
+ private Date createTime;
|
|
|
+ /**更新人*/
|
|
|
+ @ApiModelProperty(value = "更新人")
|
|
|
+ private String updateBy;
|
|
|
+ /**更新日期*/
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "更新日期")
|
|
|
+ private Date updateTime;
|
|
|
+ /**所属部门*/
|
|
|
+ @ApiModelProperty(value = "所属部门")
|
|
|
+ private String sysOrgCode;
|
|
|
+ /**炉号*/
|
|
|
+ @Excel(name = "炉号", width = 15)
|
|
|
+ @ApiModelProperty(value = "炉号",required = true)
|
|
|
+ private String heatNo;
|
|
|
+ /**铸机号*/
|
|
|
+ @Excel(name = "铸机号", width = 15)
|
|
|
+ @ApiModelProperty(value = "铸机号",required = true)
|
|
|
+ private Integer ccmNo;
|
|
|
+ /**流号*/
|
|
|
+ @Excel(name = "流号", width = 15)
|
|
|
+ @ApiModelProperty(value = "流号",required = true)
|
|
|
+ private Integer strandNo;
|
|
|
+ /**流号*/
|
|
|
+ @Excel(name = "拉速", width = 15)
|
|
|
+ @ApiModelProperty(value = "拉速",required = true)
|
|
|
+ private Integer castingSpeed;
|
|
|
+ /**流号*/
|
|
|
+ @Excel(name = "钢包号", width = 15)
|
|
|
+ @ApiModelProperty(value = "钢包号",required = true)
|
|
|
+ private Integer ladleNo;
|
|
|
+ /**支号*/
|
|
|
+ @Excel(name = "炉内顺序号", width = 15)
|
|
|
+ @ApiModelProperty(value = "炉内顺序号",required = true)
|
|
|
+ private Integer heatnoIndex;
|
|
|
+ /**钢种*/
|
|
|
+ @Excel(name = "钢种", width = 15)
|
|
|
+ @ApiModelProperty(value = "钢种",required = true)
|
|
|
+ private String grade;
|
|
|
+ /**定尺*/
|
|
|
+ @Excel(name = "定尺", width = 15)
|
|
|
+ @ApiModelProperty(value = "定尺",required = true)
|
|
|
+ private Integer length;
|
|
|
+ /**实际长度*/
|
|
|
+ @Excel(name = "实际长度", width = 15)
|
|
|
+ @ApiModelProperty(value = "实际长度",required = true)
|
|
|
+ private Integer actualLength;
|
|
|
+ /**宽度*/
|
|
|
+ @Excel(name = "宽度", width = 15)
|
|
|
+ @ApiModelProperty(value = "宽度",required = true)
|
|
|
+ private Integer width;
|
|
|
+ /**厚度*/
|
|
|
+ @Excel(name = "厚度", width = 15)
|
|
|
+ @ApiModelProperty(value = "厚度",required = true)
|
|
|
+ private Integer thickness;
|
|
|
+ /**规格*/
|
|
|
+ @Excel(name = "规格", width = 15)
|
|
|
+ @ApiModelProperty(value = "规格",required = true)
|
|
|
+ private String spec;
|
|
|
+ /**定重*/
|
|
|
+ @Excel(name = "定重", width = 15)
|
|
|
+ @ApiModelProperty(value = "定重",required = true)
|
|
|
+ private Float weight;
|
|
|
+ /**坯号*/
|
|
|
+ @Excel(name = "坯号", width = 15)
|
|
|
+ @ApiModelProperty(value = "坯号",required = true)
|
|
|
+ private String billetNo;
|
|
|
+ /**顺序号*/
|
|
|
+ @Excel(name = "流内顺序号", width = 15)
|
|
|
+ @ApiModelProperty(value = "流内顺序号",required = true)
|
|
|
+ private Integer strandnoIndex;
|
|
|
+ /**开始切割时间*/
|
|
|
+ @Excel(name = "开始切割时间", width = 20, 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 = "开始切割时间",required = true)
|
|
|
+ private Date cutStartTime;
|
|
|
+ /**停止切割时间*/
|
|
|
+ @Excel(name = "停止切割时间", width = 20, 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 = "停止切割时间",required = true)
|
|
|
+ private Date cutStopTime;
|
|
|
+ /**判级结果*/
|
|
|
+ @Excel(name = "判级结果", width = 15)
|
|
|
+ @ApiModelProperty(value = "判级结果",required = true)
|
|
|
+ private String ratingsResult;
|
|
|
+
|
|
|
+ public BilletBasicInfo() {
|
|
|
+ }
|
|
|
+
|
|
|
+ /**堆垛或车位关联id*/
|
|
|
+// @Excel(name = "堆垛或车位关联id", width = 15)
|
|
|
+// @ApiModelProperty(value = "堆垛或车位关联id")
|
|
|
+// private String stackOrCarId;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ public static long getSerialVersionUID() {
|
|
|
+ return serialVersionUID;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(String id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCreateBy() {
|
|
|
+ return createBy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCreateBy(String createBy) {
|
|
|
+ this.createBy = createBy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCreateTime(Date createTime) {
|
|
|
+ this.createTime = createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUpdateBy() {
|
|
|
+ return updateBy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUpdateBy(String updateBy) {
|
|
|
+ this.updateBy = updateBy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getUpdateTime() {
|
|
|
+ return updateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUpdateTime(Date updateTime) {
|
|
|
+ this.updateTime = updateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSysOrgCode() {
|
|
|
+ return sysOrgCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSysOrgCode(String sysOrgCode) {
|
|
|
+ this.sysOrgCode = sysOrgCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getHeatNo() {
|
|
|
+ return heatNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setHeatNo(String heatNo) {
|
|
|
+ this.heatNo = heatNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCcmNo() {
|
|
|
+ return ccmNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCcmNo(Integer ccmNo) {
|
|
|
+ this.ccmNo = ccmNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getStrandNo() {
|
|
|
+ return strandNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStrandNo(Integer strandNo) {
|
|
|
+ this.strandNo = strandNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getLadleNo() {
|
|
|
+ return ladleNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLadleNo(Integer ladleNo) {
|
|
|
+ this.ladleNo = ladleNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCastingSpeed() {
|
|
|
+ return castingSpeed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCastingSpeed(Integer castingSpeed) {
|
|
|
+ this.castingSpeed = castingSpeed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getHeatnoIndex() {
|
|
|
+ return heatnoIndex;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setHeatnoIndex(Integer heatnoIndex) {
|
|
|
+ this.heatnoIndex = heatnoIndex;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getGrade() {
|
|
|
+ return grade;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGrade(String grade) {
|
|
|
+ this.grade = grade;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getLength() {
|
|
|
+ return length;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLength(Integer length) {
|
|
|
+ this.length = length;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getActualLength() {
|
|
|
+ return actualLength;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setActualLength(Integer actualLength) {
|
|
|
+ this.actualLength = actualLength;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getWidth() {
|
|
|
+ return width;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setWidth(Integer width) {
|
|
|
+ this.width = width;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getThickness() {
|
|
|
+ return thickness;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setThickness(Integer thickness) {
|
|
|
+ this.thickness = thickness;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSpec() {
|
|
|
+ return spec;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSpec(String spec) {
|
|
|
+ this.spec = spec;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Float getWeight() {
|
|
|
+ return weight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setWeight(Float weight) {
|
|
|
+ this.weight = weight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBilletNo() {
|
|
|
+ return billetNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBilletNo(String billetNo) {
|
|
|
+ this.billetNo = billetNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getStrandnoIndex() {
|
|
|
+ return strandnoIndex;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStrandnoIndex(Integer strandnoIndex) {
|
|
|
+ this.strandnoIndex = strandnoIndex;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getCutStartTime() {
|
|
|
+ return cutStartTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCutStartTime(Date cutStartTime) {
|
|
|
+ this.cutStartTime = cutStartTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getCutStopTime() {
|
|
|
+ return cutStopTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCutStopTime(Date cutStopTime) {
|
|
|
+ this.cutStopTime = cutStopTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getRatingsResult() {
|
|
|
+ return ratingsResult;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRatingsResult(String ratingsResult) {
|
|
|
+ this.ratingsResult = ratingsResult;
|
|
|
+ }
|
|
|
+}
|