/sale/coGoodOutBill/queryBillByPay 精品代收款列表
/sale/coGoodOutBill/submitPayment 提交 Long id
/** 成本价 */
@Excel(name = "成本价")
private BigDecimal costPrice;
/** 利润 */
@Excel(name = "利润")
private BigDecimal profitsPrice;
/sale/coGoodOutBill/collectMoney 精品收款 post
精品收款
//
//
//
//精品列表
private List<CoGoodOutItem> goodOutItemList;
//收款记录
private List<CoGoodPaymentRecord> goodPaymentRecordList;