mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-09 07:41:53 +08:00
mall:初始化 trade 交易模块
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user