wujianwei
2025-12-23 f90c70b7cfe4492df2e12433f960717ca47f7852
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'
    })
}