src/main/kotlin/cn/flightfeather/supervision/lightshare/service/UserinfoService.kt
@@ -12,7 +12,7 @@ fun findAll(): MutableList<Userinfo> fun findByType(typeId: Byte): List<Userinfo> fun findByType(typeId: Byte, enable: Boolean?): List<Userinfo> fun save(userinfo: Userinfo): Int