ui/admin-ui3/src/api/cwgl/smartLockerApplication.ts
@@ -65,3 +65,20 @@ download('/cwgl/smartLockerApplication/export',query); }) } /* */ export const smartLockerApplicationQuery:requestType = (query) => { return request({ url: '/cwgl/smartLockerApplication/licensePlate/query', method:'get', params:query }) } /** * 作废 */ export const smartLockerApplicationInvalid:requestType = (id) => { return request({ url: '/cwgl/smartLockerApplication/invalid/' + id, method:'get' }) }