voucherAccounting.js 217 B

12345678910
  1. import request from '@/utils/request'
  2. // 代金券入账记录
  3. export function getEntryRecordShopVoucher(data) {
  4. return request({
  5. url: '/shopVoucherEntryRecord/entryRecord',
  6. method: 'post',
  7. data
  8. })
  9. }