项目十二:数字贸易营销
parent
47ec1a8ae1
commit
92db96ae65
@ -0,0 +1,15 @@
|
||||
package com.sztzjy.trade.controller.stu;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @author tz
|
||||
* @date 2024/10/25 9:49
|
||||
*/
|
||||
@RequestMapping("api/stu/marketingCenter")
|
||||
@RestController
|
||||
@Api(tags = "商品营销中心")
|
||||
public class StuGoodsMarketingCenterController {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package com.sztzjy.trade.controller.stu;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @author tz
|
||||
* @date 2024/10/25 9:48
|
||||
*/
|
||||
@RequestMapping("api/stu/goodsTrading")
|
||||
@RestController
|
||||
@Api(tags = "商品交易中心")
|
||||
public class StuGoodsTradingCenterController {
|
||||
}
|
Loading…
Reference in New Issue