|
|
|
@ -49,6 +49,8 @@ public class LabelPrintDto implements Serializable {
|
|
|
|
|
private String operation;
|
|
|
|
|
//打印张数
|
|
|
|
|
private Integer printNum;
|
|
|
|
|
//是否主观件
|
|
|
|
|
private String mainPart;
|
|
|
|
|
|
|
|
|
|
public String getItemNumber() {
|
|
|
|
|
return itemNumber;
|
|
|
|
@ -201,4 +203,12 @@ public class LabelPrintDto implements Serializable {
|
|
|
|
|
public void setPrintNum(Integer printNum) {
|
|
|
|
|
this.printNum = printNum;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getMainPart() {
|
|
|
|
|
return mainPart;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMainPart(String mainPart) {
|
|
|
|
|
this.mainPart = mainPart;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|