ui/admin-ui3/src/api/tms/tmsReceivableFee.ts
@@ -45,6 +45,12 @@ method: 'get' }) } export const getTmsReceivableFeeByDispatchNo: requestType = (no) => { return request({ url: '/tms/tmsReceivableFee/byDispatchNo/' + no, method: 'get' }) } export const closeTmsReceivableFee: requestType = (id) => { return request({ url: '/tms/tmsReceivableFee/close/' + id,