ludc
2023-12-29 430b59d0fe5593e96a1f56eb90b50e2d3f248b2e
Source/UBCS-WEB/src/api/system/passwords.js
@@ -49,3 +49,10 @@
    }
  })
}
export const combination = () => {
  return request({
    url: '/api/ubcs-system/combination/select',
    method: 'get',
  })
}