| | |
| | | package com.jcdm.main.om.productionOrde.domain; |
| | | |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | |
| | | @Excel(name = "实际上线数量") |
| | | private Long actualOnlineQty; |
| | | |
| | | /** 产品型号 */ |
| | | @Excel(name = "产品型号") |
| | | private String productModel; |
| | | |
| | | |
| | | /** 上线完工标记 */ |
| | | private String onlineCompletionMark; |
| | | |
| | | @TableField(exist = false) |
| | | private Long frontEndId; |
| | | |
| | | /** 需求日期 */ |
| | |
| | | /** 预留字段4 */ |
| | | private String spareField4; |
| | | |
| | | @TableField(exist = false) |
| | | private Long[] idNums; |
| | | |
| | | @TableField(exist = false) |
| | | private String flag; |
| | | |
| | | public String getProductModel() { |
| | | return productModel; |
| | | } |
| | | |
| | | public void setProductModel(String productModel) { |
| | | this.productModel = productModel; |
| | | } |
| | | |
| | | public String getSfResult() { |
| | | return sfResult; |
| | | } |