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

@@ -1,7 +1,8 @@
/**
* TODO
* trade 模块,主要实现交易相关功能
* 例如:订单、退款、购物车等功能。
*
* @author JeromeSoar
* @since 2022-04-24
* 1. Controller URL以 /trade/ 开头,避免和其它 Module 冲突
* 2. DataObject 表名:以 trade_ 开头,方便在数据库中区分
*/
package cn.iocoder.yudao.module.product;
package cn.iocoder.yudao.module.product;