|
@@ -0,0 +1,170 @@
|
|
|
+package org.jeecg.modules.billetOriginalProductRecord.entity;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.io.UnsupportedEncodingException;
|
|
|
+import java.util.Date;
|
|
|
+import java.math.BigDecimal;
|
|
|
+import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableLogic;
|
|
|
+import lombok.Data;
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+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: 2025-06-23
|
|
|
+ * @Version: V1.0
|
|
|
+ */
|
|
|
+@Data
|
|
|
+@TableName("billet_original_product_record")
|
|
|
+@Accessors(chain = true)
|
|
|
+@EqualsAndHashCode(callSuper = false)
|
|
|
+@ApiModel(value="billet_original_product_record对象", description="钢坯生成原始记录")
|
|
|
+public class BilletOriginalProductRecord implements Serializable {
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
+
|
|
|
+ /**ID*/
|
|
|
+ @TableId(type = IdType.ASSIGN_ID)
|
|
|
+ @ApiModelProperty(value = "ID")
|
|
|
+ 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 = "铸机号")
|
|
|
+ private String ccmNo;
|
|
|
+ /**炉号*/
|
|
|
+ @Excel(name = "炉号", width = 15)
|
|
|
+ @ApiModelProperty(value = "炉号")
|
|
|
+ private String heatNo;
|
|
|
+ /**班别*/
|
|
|
+ @Excel(name = "班别", width = 15)
|
|
|
+ @Dict(dicCode = "lg_bb")
|
|
|
+ @ApiModelProperty(value = "班别")
|
|
|
+ private String shift;
|
|
|
+ /**班组*/
|
|
|
+ @Excel(name = "班组", width = 15)
|
|
|
+ @Dict(dicCode = "lg_bz")
|
|
|
+ @ApiModelProperty(value = "班组")
|
|
|
+ private String shiftGroup;
|
|
|
+ /**钢种*/
|
|
|
+ @Excel(name = "钢种", width = 15)
|
|
|
+ @ApiModelProperty(value = "钢种")
|
|
|
+ private String grade;
|
|
|
+ /**定尺*/
|
|
|
+ @Excel(name = "定尺", width = 15)
|
|
|
+ @ApiModelProperty(value = "定尺")
|
|
|
+ private Integer length;
|
|
|
+ /**定尺*/
|
|
|
+ @Excel(name = "合计", width = 15)
|
|
|
+ @ApiModelProperty(value = "合计")
|
|
|
+ private Integer amount;
|
|
|
+ /**棒一定尺明细*/
|
|
|
+ @Excel(name = "棒一定尺明细", width = 15)
|
|
|
+ @ApiModelProperty(value = "棒一定尺明细")
|
|
|
+ private String rollClubOneDetails;
|
|
|
+ /**棒二定尺明细*/
|
|
|
+ @Excel(name = "棒二定尺明细", width = 15)
|
|
|
+ @ApiModelProperty(value = "棒二定尺明细")
|
|
|
+ private String rollClubTwoDetails;
|
|
|
+ /**棒三定尺明细*/
|
|
|
+ @Excel(name = "棒三定尺明细", width = 15)
|
|
|
+ @ApiModelProperty(value = "棒三定尺明细")
|
|
|
+ private String rollClubThreeDetails;
|
|
|
+ /**所有定尺明细*/
|
|
|
+ @Excel(name = "所有定尺明细", width = 15)
|
|
|
+ @ApiModelProperty(value = "所有定尺明细")
|
|
|
+ private String lengthDetails;
|
|
|
+ /**1流支数*/
|
|
|
+ @Excel(name = "1流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "1流支数")
|
|
|
+ private Integer oneStrandSum;
|
|
|
+ /**2流支数*/
|
|
|
+ @Excel(name = "2流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "2流支数")
|
|
|
+ private Integer twoStrandSum;
|
|
|
+ /**3流支数*/
|
|
|
+ @Excel(name = "3流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "3流支数")
|
|
|
+ private Integer threeStrandSum;
|
|
|
+ /**4流支数*/
|
|
|
+ @Excel(name = "4流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "4流支数")
|
|
|
+ private Integer fourStrandSum;
|
|
|
+ /**5流支数*/
|
|
|
+ @Excel(name = "5流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "5流支数")
|
|
|
+ private Integer fiveStrandSum;
|
|
|
+ /**6流支数*/
|
|
|
+ @Excel(name = "6流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "6流支数")
|
|
|
+ private Integer sixStrandSum;
|
|
|
+ /**7流支数*/
|
|
|
+ @Excel(name = "7流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "7流支数")
|
|
|
+ private Integer sevenStrandSum;
|
|
|
+ /**8流支数*/
|
|
|
+ @Excel(name = "8流支数", width = 15)
|
|
|
+ @ApiModelProperty(value = "8流支数")
|
|
|
+ private Integer eightStrandSum;
|
|
|
+ /**热送定尺*/
|
|
|
+ @Excel(name = "热装定尺", width = 15)
|
|
|
+ @ApiModelProperty(value = "热装定尺")
|
|
|
+ private String hotChargeLength;
|
|
|
+ /**堆垛定尺*/
|
|
|
+ @Excel(name = "堆垛定尺", width = 15)
|
|
|
+ @ApiModelProperty(value = "堆垛定尺")
|
|
|
+ private String stackLength;
|
|
|
+ /**备注*/
|
|
|
+ @Excel(name = "备注", width = 15)
|
|
|
+ @ApiModelProperty(value = "备注")
|
|
|
+ private String remark;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 确认人
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "确认人")
|
|
|
+ private String confirmBy;
|
|
|
+ /**
|
|
|
+ * 确认日期
|
|
|
+ */
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "确认日期")
|
|
|
+ private Date confirmTime;
|
|
|
+
|
|
|
+ @Excel(name = "是否编辑过热装", width = 15)
|
|
|
+ @ApiModelProperty(value = "是否编辑过热装")
|
|
|
+ private String isEditCharge;
|
|
|
+
|
|
|
+ @Excel(name = "起垛信息", width = 15)
|
|
|
+ @ApiModelProperty(value = "起垛信息")
|
|
|
+ private String stackInfo;
|
|
|
+
|
|
|
+}
|