给商品明细接口增加序列号和批号的标识
This commit is contained in:
@@ -24,6 +24,10 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
|
||||
private String MOtherField3;
|
||||
|
||||
private String enableSerialNumber;
|
||||
|
||||
private String enableBatchNumber;
|
||||
|
||||
private String DepotName;
|
||||
|
||||
private String AnotherDepotName;
|
||||
@@ -124,6 +128,22 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
this.MOtherField3 = MOtherField3;
|
||||
}
|
||||
|
||||
public String getEnableSerialNumber() {
|
||||
return enableSerialNumber;
|
||||
}
|
||||
|
||||
public void setEnableSerialNumber(String enableSerialNumber) {
|
||||
this.enableSerialNumber = enableSerialNumber;
|
||||
}
|
||||
|
||||
public String getEnableBatchNumber() {
|
||||
return enableBatchNumber;
|
||||
}
|
||||
|
||||
public void setEnableBatchNumber(String enableBatchNumber) {
|
||||
this.enableBatchNumber = enableBatchNumber;
|
||||
}
|
||||
|
||||
public String getDepotName() {
|
||||
return DepotName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user