mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-12 09:11:53 +08:00
mall:初始化 trade 交易模块
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* TODO 占位
|
||||
*/
|
||||
package cn.iocoder.yudao.module.trade.dal.mysql;
|
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* product 模块,product 模块,主要实现商品相关功能
|
||||
* 例如:品牌、商品分类、spu、sku等功能。
|
||||
*
|
||||
* 1. Controller URL:以 /product/ 开头,避免和其它 Module 冲突
|
||||
* 2. DataObject 表名:以 product_ 开头,方便在数据库中区分
|
||||
*/
|
||||
package cn.iocoder.yudao.module.trade;
|
Reference in New Issue
Block a user