|
|
@ -82,6 +82,16 @@ public class PmsPurchaseBillDetailsVo implements Vo { |
|
|
|
private String sourceBillNo; |
|
|
|
@ApiModelProperty("单据编号") |
|
|
|
private String billNo; |
|
|
|
|
|
|
|
@ApiModelProperty("经营品牌Key") |
|
|
|
private String operateBrandKey; |
|
|
|
@ApiModelProperty("经营品牌Value") |
|
|
|
private String operateBrandValue; |
|
|
|
@ApiModelProperty("仓库类型Key") |
|
|
|
private String warehouseTypeKey; |
|
|
|
@ApiModelProperty("仓库类型Value") |
|
|
|
private String warehouseTypeValue; |
|
|
|
|
|
|
|
@ApiModelProperty("采购类型Key") |
|
|
|
private String purchaseTypeKey; |
|
|
|
@ApiModelProperty("采购类型Value(厂家采购、外采、其他)") |
|
|
|