mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-31 02:58:53 +08:00 
			
		
		
		
	- The SortDirection enumeration class has been added to sort directions - Added the PageQueryReq pagination query request class - Added the DeleteByIdsReq deletion request class - Added the DynamicSpecificationBuilder dynamic query building tool class - Added the PageResult pagination result class - Added the R Unified Response Encapsulation class - Added the SortCondition sorting condition class - Added relevant internationalization resource files
		
			
				
	
	
		
			41 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| HELP.md
 | |
| .gradle
 | |
| build/
 | |
| !gradle/wrapper/gradle-wrapper.jar
 | |
| !**/src/main/**/build/
 | |
| !**/src/test/**/build/
 | |
| 
 | |
| ### STS ###
 | |
| .apt_generated
 | |
| .classpath
 | |
| .factorypath
 | |
| .project
 | |
| .settings
 | |
| .springBeans
 | |
| .sts4-cache
 | |
| bin/
 | |
| !**/src/main/**/bin/
 | |
| !**/src/test/**/bin/
 | |
| 
 | |
| ### IntelliJ IDEA ###
 | |
| .idea
 | |
| *.iws
 | |
| *.iml
 | |
| *.ipr
 | |
| out/
 | |
| !**/src/main/**/out/
 | |
| !**/src/test/**/out/
 | |
| 
 | |
| ### NetBeans ###
 | |
| /nbproject/private/
 | |
| /nbbuild/
 | |
| /dist/
 | |
| /nbdist/
 | |
| /.nb-gradle/
 | |
| 
 | |
| ### VS Code ###
 | |
| .vscode/
 | |
| 
 | |
| ### Kotlin ###
 | |
| .kotlin
 |