mall:初始化 trade 交易模块

This commit is contained in:
YunaiV
2022-07-31 22:36:06 +08:00
parent 022e5b8519
commit 2b71a1588c
7 changed files with 76 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
/**
* TODO 占位
*/
package cn.iocoder.yudao.module.trade.dal.mysql;

View File

@@ -0,0 +1,8 @@
/**
* product 模块product 模块,主要实现商品相关功能
* 例如品牌、商品分类、spu、sku等功能。
*
* 1. Controller URL以 /product/ 开头,避免和其它 Module 冲突
* 2. DataObject 表名:以 product_ 开头,方便在数据库中区分
*/
package cn.iocoder.yudao.module.trade;