|
|
|
@ -7,9 +7,11 @@ import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description : WMS生产报工管理系统启动类
|
|
|
|
|
* @Author : system
|
|
|
|
|
* @CreateDate : 2024-01-01
|
|
|
|
|
*/
|
|
|
|
|
* @Reference :
|
|
|
|
|
* @Author : bin pei
|
|
|
|
|
* @CreateDate : 2025-08-07
|
|
|
|
|
* @Modify:
|
|
|
|
|
**/
|
|
|
|
|
@SpringBootApplication(scanBasePackages = "com.wms.production.report")
|
|
|
|
|
@EnableJpaRepositories(basePackages = "com.wms.production.report.pojo.repository")
|
|
|
|
|
@EntityScan(basePackages = "com.wms.production.report.pojo.entity")
|
|
|
|
|