opt: 库区,仓库,仓位管理功能WQL修改成mybatis-plus

This commit is contained in:
yanps
2024-10-17 08:48:03 +08:00
parent 6d691722ef
commit 84820cbfb5
41 changed files with 3558 additions and 122 deletions

View File

@@ -1,3 +1,4 @@
/*
package org.nl;
import org.junit.jupiter.api.Test;
@@ -11,11 +12,13 @@ import org.springframework.scheduling.annotation.Scheduled;
import java.util.Scanner;
import java.util.concurrent.*;
*/
/**
* @Author: lyd
* @Description: 单元测试
* @Date: 2023/5/15
*/
*//*
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class ApplicationTest {
@Autowired
@@ -80,3 +83,4 @@ public class ApplicationTest {
}
*/