|
@@ -1,122 +0,0 @@
|
|
|
-package org.jeecg.modules.actualControl.billetActuals.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: 2024-04-18
|
|
|
- * @Version: V1.0
|
|
|
- */
|
|
|
-@Data
|
|
|
-@TableName("billet_actuals")
|
|
|
-@Accessors(chain = true)
|
|
|
-@EqualsAndHashCode(callSuper = false)
|
|
|
-@ApiModel(value="billet_actuals对象", description="铸坯实绩")
|
|
|
-public class BilletActuals 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 = "铸坯号")
|
|
|
- private String billetCode;
|
|
|
- /**定尺规格*/
|
|
|
- @Excel(name = "定尺规格", width = 15)
|
|
|
- @ApiModelProperty(value = "定尺规格")
|
|
|
- private String rulerSpec;
|
|
|
- /**理论重量*/
|
|
|
- @Excel(name = "理论重量", width = 15)
|
|
|
- @ApiModelProperty(value = "理论重量")
|
|
|
- private Double theoryWeight;
|
|
|
- /**切割类型*/
|
|
|
- @Excel(name = "切割类型", width = 15)
|
|
|
- @ApiModelProperty(value = "切割类型")
|
|
|
- private String cutType;
|
|
|
- /**切割时间*/
|
|
|
- @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 = "切割时间")
|
|
|
- private Date cutTime;
|
|
|
- /**组合号*/
|
|
|
- @Excel(name = "组合号", width = 15)
|
|
|
- @ApiModelProperty(value = "组合号")
|
|
|
- private String comboCode;
|
|
|
- /**组合时间*/
|
|
|
- @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 = "组合时间")
|
|
|
- private Date comboTime;
|
|
|
- /**去向方式*/
|
|
|
- @Excel(name = "去向方式", width = 15)
|
|
|
- @ApiModelProperty(value = "去向方式")
|
|
|
- private String goWhere;
|
|
|
- /**坯位号*/
|
|
|
- @Excel(name = "坯位号", width = 15)
|
|
|
- @ApiModelProperty(value = "坯位号")
|
|
|
- private String billetPlaceCode;
|
|
|
- /**去轧钢位置*/
|
|
|
- @Excel(name = "去轧钢位置", width = 15)
|
|
|
- @ApiModelProperty(value = "去轧钢位置")
|
|
|
- private String goSteelRollingPlace;
|
|
|
- /**切割周期*/
|
|
|
- @Excel(name = "切割周期", width = 15)
|
|
|
- @ApiModelProperty(value = "切割周期")
|
|
|
- private String cutCycle;
|
|
|
- /**配水量*/
|
|
|
- @Excel(name = "配水量", width = 15)
|
|
|
- @ApiModelProperty(value = "配水量")
|
|
|
- private Double waterDistribution;
|
|
|
- /**平均拉速*/
|
|
|
- @Excel(name = "平均拉速", width = 15)
|
|
|
- @ApiModelProperty(value = "平均拉速")
|
|
|
- private Double averageSpeed;
|
|
|
- /**温度*/
|
|
|
- @Excel(name = "温度", width = 15)
|
|
|
- @ApiModelProperty(value = "温度")
|
|
|
- private Double temp;
|
|
|
- /**异常判定*/
|
|
|
- @Excel(name = "异常判定", width = 15)
|
|
|
- @ApiModelProperty(value = "异常判定")
|
|
|
- private String abnormalDecide;
|
|
|
-}
|