feat(module/feed module global/import): 添加饲喂管理/饲喂计划模块

添加饲喂管理/饲喂计划模块
对配方管理的一些已知问题进行修正
使用IDEA自动优化import对整个项目进行了import优化

BREAKING CHANGE: 使用IDEA自动优化import对整个项目进行了import优化
This commit is contained in:
2025-08-17 18:25:43 +08:00
parent aefd954003
commit 73468bf675
81 changed files with 139 additions and 238 deletions

View File

@@ -3,7 +3,6 @@ package com.zhyc;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
/**
* 启动程序