You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
252 lines
4.6 KiB
252 lines
4.6 KiB
package com.spring.modules.sampleManagement.entity;
|
|
|
|
import java.util.Date;
|
|
|
|
public class PlmBmPrinting {
|
|
/**
|
|
*
|
|
*/
|
|
private String site;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
private String codeNo;
|
|
|
|
/**
|
|
* 颜色匹配
|
|
*/
|
|
private String colourMatch;
|
|
|
|
/**
|
|
* 如目测,所需环境条件
|
|
*/
|
|
private String conditions;
|
|
|
|
/**
|
|
* 如需要标准色差则△E公差
|
|
*/
|
|
private String colourIndicat;
|
|
|
|
/**
|
|
* 文档名称
|
|
*/
|
|
private String customerFile;
|
|
|
|
/**
|
|
* 是否有光泽度要求
|
|
*/
|
|
private String glossinessRequirement;
|
|
|
|
/**
|
|
* 光泽度要求备注
|
|
*/
|
|
private String comments;
|
|
/**
|
|
* Print Layout/印刷排位
|
|
*/
|
|
private String printLayout;
|
|
|
|
/**
|
|
* Repeat/周长
|
|
*/
|
|
private String repeat;
|
|
|
|
/**
|
|
* VP/竖向跳距
|
|
*/
|
|
private String vp;
|
|
|
|
/**
|
|
* LabelSize/尺寸标签
|
|
*/
|
|
private String labelSize;
|
|
|
|
/**
|
|
* Down/竖排数
|
|
*/
|
|
private String down;
|
|
|
|
/**
|
|
* Plate Distortion Rate/柔板压缩
|
|
*/
|
|
private String plateDistortionRate;
|
|
|
|
/**
|
|
* Actual Number/实际数目
|
|
*/
|
|
private String actualNumber;
|
|
|
|
/**
|
|
* Print Copy Position/印刷出纸方向
|
|
*/
|
|
private String printPosition;
|
|
|
|
/**
|
|
* Goods Roll Width/成品卷边宽度
|
|
*/
|
|
private String goodsRollWidth;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
private Date updateDate;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
private String updateBy;
|
|
|
|
public String getSite() {
|
|
return site;
|
|
}
|
|
|
|
public void setSite(String site) {
|
|
this.site = site;
|
|
}
|
|
|
|
public String getCodeNo() {
|
|
return codeNo;
|
|
}
|
|
|
|
public void setCodeNo(String codeNo) {
|
|
this.codeNo = codeNo;
|
|
}
|
|
|
|
public String getColourMatch() {
|
|
return colourMatch;
|
|
}
|
|
|
|
public void setColourMatch(String colourMatch) {
|
|
this.colourMatch = colourMatch;
|
|
}
|
|
|
|
public String getConditions() {
|
|
return conditions;
|
|
}
|
|
|
|
public void setConditions(String conditions) {
|
|
this.conditions = conditions;
|
|
}
|
|
|
|
public String getColourIndicat() {
|
|
return colourIndicat;
|
|
}
|
|
|
|
public void setColourIndicat(String colourIndicat) {
|
|
this.colourIndicat = colourIndicat;
|
|
}
|
|
|
|
public String getCustomerFile() {
|
|
return customerFile;
|
|
}
|
|
|
|
public void setCustomerFile(String customerFile) {
|
|
this.customerFile = customerFile;
|
|
}
|
|
|
|
public String getGlossinessRequirement() {
|
|
return glossinessRequirement;
|
|
}
|
|
|
|
public void setGlossinessRequirement(String glossinessRequirement) {
|
|
this.glossinessRequirement = glossinessRequirement;
|
|
}
|
|
|
|
public String getComments() {
|
|
return comments;
|
|
}
|
|
|
|
public void setComments(String comments) {
|
|
this.comments = comments;
|
|
}
|
|
|
|
public String getRepeat() {
|
|
return repeat;
|
|
}
|
|
|
|
public void setRepeat(String repeat) {
|
|
this.repeat = repeat;
|
|
}
|
|
|
|
public String getVp() {
|
|
return vp;
|
|
}
|
|
|
|
public void setVp(String vp) {
|
|
this.vp = vp;
|
|
}
|
|
|
|
public String getLabelSize() {
|
|
return labelSize;
|
|
}
|
|
|
|
public void setLabelSize(String labelSize) {
|
|
this.labelSize = labelSize;
|
|
}
|
|
|
|
public String getDown() {
|
|
return down;
|
|
}
|
|
|
|
public void setDown(String down) {
|
|
this.down = down;
|
|
}
|
|
|
|
public String getPlateDistortionRate() {
|
|
return plateDistortionRate;
|
|
}
|
|
|
|
public void setPlateDistortionRate(String plateDistortionRate) {
|
|
this.plateDistortionRate = plateDistortionRate;
|
|
}
|
|
|
|
public String getActualNumber() {
|
|
return actualNumber;
|
|
}
|
|
|
|
public void setActualNumber(String actualNumber) {
|
|
this.actualNumber = actualNumber;
|
|
}
|
|
|
|
public String getPrintPosition() {
|
|
return printPosition;
|
|
}
|
|
|
|
public void setPrintPosition(String printPosition) {
|
|
this.printPosition = printPosition;
|
|
}
|
|
|
|
public String getGoodsRollWidth() {
|
|
return goodsRollWidth;
|
|
}
|
|
|
|
public void setGoodsRollWidth(String goodsRollWidth) {
|
|
this.goodsRollWidth = goodsRollWidth;
|
|
}
|
|
|
|
public Date getUpdateDate() {
|
|
return updateDate;
|
|
}
|
|
|
|
public void setUpdateDate(Date updateDate) {
|
|
this.updateDate = updateDate;
|
|
}
|
|
|
|
public String getUpdateBy() {
|
|
return updateBy;
|
|
}
|
|
|
|
public void setUpdateBy(String updateBy) {
|
|
this.updateBy = updateBy;
|
|
}
|
|
|
|
public String getPrintLayout() {
|
|
return printLayout;
|
|
}
|
|
|
|
public void setPrintLayout(String printLayout) {
|
|
this.printLayout = printLayout;
|
|
}
|
|
}
|
|
|