This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.springframework.data.domain.Page; | |
import org.springframework.data.domain.PageRequest; | |
import org.springframework.data.domain.Pageable; | |
import org.springframework.data.jpa.domain.Specification; | |
import org.springframework.data.jpa.repository.JpaSpecificationExecutor; | |
import java.time.LocalDate; | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Created by Lenovo on 2020/10/21. | |
// | |
#ifndef CS_SYSTEM_PRINCIPLE_CSSYSPRINCIPLE_H | |
#define CS_SYSTEM_PRINCIPLE_CSSYSPRINCIPLE_H | |
#include <string> | |
#include <vector> | |
#include "StringInfo.h" |