管道基础大数据平台系统开发-【后端】-Server
1
Surpriseplus
2022-10-25 8d9ee8b1fd6bead3da5db6d7afd6e76b963f2a85
src/main/java/com/lf/server/mapper/sys/LoginMapper.java
@@ -93,4 +93,13 @@
     * @return
     */
    public List<LoginEntity> selectLoginAll();
    /**
     * 用户登录状态
     *
     * @return
     */
    public List<LoginEntity> selectLoginCounts();
}