|
|
@ -12,9 +12,9 @@ import sun.management.resources.agent; |
|
|
|
@Data |
|
|
|
@ApiModel(value = "出库申请记录") |
|
|
|
public class Out_stockIndex { |
|
|
|
@ApiModelProperty("入库仓库id") |
|
|
|
@ApiModelProperty("出库仓库id") |
|
|
|
private String storehouse_id; |
|
|
|
@ApiModelProperty("来源仓库id") |
|
|
|
@ApiModelProperty("入库仓库id") |
|
|
|
private String out_storehouse_id; |
|
|
|
@ApiModelProperty("供应商") |
|
|
|
private String supplier_id; |
|
|
@ -24,7 +24,7 @@ public class Out_stockIndex { |
|
|
|
private String customer_name; |
|
|
|
@ApiModelProperty("批次号") |
|
|
|
private String batch_number; |
|
|
|
@ApiModelProperty("入库类型(参考入库类型接口)") |
|
|
|
@ApiModelProperty("出库类型(参考入库类型接口)") |
|
|
|
private String type; |
|
|
|
@ApiModelProperty("发生时间") |
|
|
|
private String happen_time; |
|
|
|