k94314517
2024-05-31 53b9896582e9adf3cc19983ddf4fb82f73d78323
server/system_service/src/main/java/com/doumee/service/system/SystemUserService.java
@@ -5,6 +5,7 @@
import com.doumee.dao.system.dto.QuerySystemUserDTO;
import com.doumee.dao.system.model.SystemUser;
import com.doumee.dao.system.vo.SystemUserListVO;
import com.doumee.dao.system.vo.UserResponse;
import java.util.List;
@@ -70,7 +71,8 @@
     * @date 2023/03/21 14:49
     */
    List<SystemUser> findList(SystemUser systemUser);
    List<UserResponse> getUserList(Integer bookingsId);
    /**
     * 分页查询
     * @author Eva.Caesar Liu