code review 商品模块

This commit is contained in:
YunaiV 2022-01-04 23:53:42 +08:00
parent 022a1046f1
commit 75464ca79b
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/**
* 提供 POJO 类的实体转换
*
* 目前使用 MapStruct 框架
*/
package cn.iocoder.yudao.adminserver.modules.mall.convert;

View File

@ -0,0 +1,7 @@
/**
* mall 包下我们放商城相关模块
* 例如说商品spusku分类规格)订单正向交易逆向退款)营销营销活动优惠劵等等
*
* 缩写mall
*/
package cn.iocoder.yudao.adminserver.modules.mall;