尝试代码合并

This commit is contained in:
FCL
2025-09-11 11:40:19 +08:00
parent ed194ca86d
commit 980cdbe4d7
495 changed files with 30792 additions and 3745 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
package cn.iocoder.yudao.module.qms;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* 项目的启动类
*/
@SpringBootApplication
public class QmsServerApplication {
public static void main(String[] args) {
SpringApplication.run(QmsServerApplication.class, args);
}
}

Some files were not shown because too many files have changed in this diff Show More