|
public APIResult<Boolean> pay(String merchantId, BigDecimal quantity, LedgerTypeEnum type, String receiptId, String note) {
|
|
public APIResult<Boolean> pay(String merchantId, BigDecimal quantity, LedgerTypeEnum type, String receiptId, String note) {
|
|
return this.change(merchantId, quantity.negate(), type, receiptId, note);
|
|
return this.change(merchantId, quantity.negate(), type, receiptId, note);
|