riku
2022-06-09 9867f6d5c5bccfe52b878c344c536905dd6b309e
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/UserinfoService.kt
@@ -32,4 +32,6 @@
    fun getBaseInfo(userId: String): UserBaseInfo
    fun search(district: String?, sceneType: Int?, userType: Int?, page: Int, perPage: Int): BaseResponse<List<Userinfo>>
}