init:初始化项目结构

This commit is contained in:
zhangzq
2026-01-08 20:34:59 +08:00
parent 49e9ac502f
commit d4b4059195
20 changed files with 466 additions and 968 deletions

View File

@@ -44,7 +44,9 @@ import java.util.List;
@RestController
@Validated
public class MobileButtonController {
static {
System.out.println("移动端按钮控制器------------");
}
@Resource
private MobileButtonService mobileButtonService;