|
|
|
@ -16,7 +16,7 @@ import lombok.Data;
|
|
|
|
|
@Api(value="要货计划",description = "要货计划")
|
|
|
|
|
public class SapDspo extends SapBase{
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "SA编号(或PO号)",example = "1")
|
|
|
|
|
@ApiParam(value = "SA_PO编号",example = "1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String ebeln;
|
|
|
|
|
|
|
|
|
@ -24,18 +24,18 @@ public class SapDspo extends SapBase{
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String revno;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "SAitem或PO item",example = "-1")
|
|
|
|
|
@ApiParam(value = "行项目",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private Integer evrtp;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "供应商代码",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String lifnr;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "物料编码",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String matnr;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "供应商代码",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String lifnr;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "计量单位",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String unit;
|
|
|
|
@ -60,7 +60,7 @@ public class SapDspo extends SapBase{
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String werks;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "收货库存地点",example = "-1")
|
|
|
|
|
@ApiParam(value = "收货库存地",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String lgort;
|
|
|
|
|
|
|
|
|
@ -68,12 +68,12 @@ public class SapDspo extends SapBase{
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String zpzps;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "状态",example = "-1")
|
|
|
|
|
@ApiParam(value = "行项目状态",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String zstas;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "状态",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
private String loekz;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "最小包装数量",example = "-1")
|
|
|
|
@ -81,7 +81,7 @@ public class SapDspo extends SapBase{
|
|
|
|
|
private Double bstrf;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "条码已打印的数量",example = "-1")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
private Double prnnum;
|
|
|
|
|
|
|
|
|
|
// //公共字段 ++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
|