| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.jcdm.common.annotation.Excel; |
| | |
| | | * @author ruimin |
| | | * @date 2023-12-11 |
| | | */ |
| | | @Data |
| | | public class OmProductionOrdeInfo extends BaseEntity |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | @Excel(name = "工单状态", readConverterExp = "1=创建、2已发布、3生产中、4已冻结、5已完工、6已关闭") |
| | | private String orderStatus; |
| | | |
| | | /** 创建时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date createTime; |
| | | |
| | | /** 创建人 */ |
| | | @Excel(name = "创建人") |
| | | private String createUser; |
| | |
| | | |
| | | /** 市场区域编码 */ |
| | | @Excel(name = "市场区域编码") |
| | | private String marketAreaCode; |
| | | private String materialCode; |
| | | |
| | | /** 软件版本编码 */ |
| | | @Excel(name = "软件版本编码") |
| | |
| | | /** 预留字段4 */ |
| | | private String spareField4; |
| | | |
| | | /** 自动站ng标记,用于返修补数据 */ |
| | | @Excel(name = "自动站ng标记,用于返修补数据") |
| | | private String automaticNgFlag; |
| | | |
| | | /** 自动站ng工位 */ |
| | | @Excel(name = "自动站ng工位") |
| | | private String automaticNgStation; |
| | | |
| | | /** 自动站ng螺丝号 */ |
| | | @Excel(name = "自动站ng螺丝号") |
| | | private String automaticNgScrewNumber; |
| | | |
| | | /** 人工站ng标记 */ |
| | | @Excel(name = "人工站ng标记") |
| | | private String artificialNgFlag; |
| | | |
| | | @TableField(exist = false) |
| | | private Long[] idNums; |
| | | |
| | | @TableField(exist = false) |
| | | private String flag; |
| | | |
| | | |
| | | @Override |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | @Override |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getProductModel() { |
| | | return productModel; |
| | |
| | | { |
| | | return custom; |
| | | } |
| | | public void setMarketAreaCode(String marketAreaCode) |
| | | { |
| | | this.marketAreaCode = marketAreaCode; |
| | | |
| | | public String getMaterialCode() { |
| | | return materialCode; |
| | | } |
| | | |
| | | public String getMarketAreaCode() |
| | | { |
| | | return marketAreaCode; |
| | | public void setMaterialCode(String materialCode) { |
| | | this.materialCode = materialCode; |
| | | } |
| | | public void setSoftwareVersionCode(String softwareVersionCode) |
| | | |
| | | public void setSoftwareVersionCode(String softwareVersionCode) |
| | | { |
| | | this.softwareVersionCode = softwareVersionCode; |
| | | } |
| | |
| | | .append("remarks", getRemarks()) |
| | | .append("streamNumber", getStreamNumber()) |
| | | .append("custom", getCustom()) |
| | | .append("marketAreaCode", getMarketAreaCode()) |
| | | .append("softwareVersionCode", getSoftwareVersionCode()) |
| | | .append("productCompanyCode", getProductCompanyCode()) |
| | | .append("spareField2", getSpareField2()) |