小程序主页接口

This commit is contained in:
张松
2025-03-01 09:45:33 +08:00
parent ffc620f6d8
commit 8388d0dfad
30 changed files with 1096 additions and 17 deletions

View File

@@ -1,14 +0,0 @@
package com.czg.service.account.mapper;
import com.czg.product.entity.Product;
import com.mybatisflex.core.BaseMapper;
/**
* 商品 映射层。
*
* @author zs
* @since 2025-02-20
*/
public interface ProductMapper extends BaseMapper<Product> {
}

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.czg.service.account.mapper.ProductMapper">
</mapper>