创建项目

This commit is contained in:
2024-04-26 09:08:19 +08:00
parent b2ce991333
commit da9c0e3017
11 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
package com.yxt.user;
package com.yxt.supplier;
import org.springframework.boot.SpringApplication;
@@ -10,7 +10,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @author dimengzhe
*/
@SpringBootApplication(scanBasePackages = {
"com.yxt.goods.config",
"com.yxt.supplier.config",
"com.yxt.common.base.config",
"com.yxt.goods"
})

View File

@@ -1,4 +1,4 @@
package com.yxt.goods.apiadmin;
package com.yxt.supplier.apiadmin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

View File

@@ -1,4 +1,4 @@
package com.yxt.goods.apiwx;
package com.yxt.supplier.apiwx;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

View File

@@ -1,4 +1,4 @@
/**
* 宇信通 仓库管理 项目后台逻辑和接口
*/
package com.yxt.goods.biz;
package com.yxt.supplier.biz;

View File

@@ -1,4 +1,4 @@
package com.yxt.goods.config;//package com.yxt.base.config;
package com.yxt.supplier.config;//package com.yxt.base.config;
//
//import cn.dev33.satoken.interceptor.SaInterceptor;
//import cn.dev33.satoken.stp.StpUtil;

View File

@@ -1,4 +1,4 @@
package com.yxt.goods.config;
package com.yxt.supplier.config;
import com.yxt.common.base.config.handler.GlobalExceptionHandler;
import com.yxt.common.core.result.ResultBean;

View File

@@ -1,4 +1,4 @@
/**
* 宇信通监管项目-光伏(山海新能源)项目后台逻辑和接口-接口声明
*/
package com.yxt.goods.config;
package com.yxt.supplier.config;

View File

@@ -1,4 +1,4 @@
/**
* 宇信通监管项目-光伏(山海新能源)项目后台逻辑和接口-接口声明
*/
package com.yxt.goods.feign;
package com.yxt.supplier.feign;

View File

@@ -1,4 +1,4 @@
package com.yxt.goods.utils;
package com.yxt.supplier.utils;
import java.math.BigDecimal;

View File

@@ -1,4 +1,4 @@
package com.yxt.goods.utils;
package com.yxt.supplier.utils;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;

View File

@@ -1,4 +1,4 @@
package com.yxt.goods.utils;
package com.yxt.supplier.utils;
import com.alibaba.excel.write.metadata.style.WriteCellStyle;
import com.alibaba.excel.write.metadata.style.WriteFont;