product_features表

This commit is contained in:
2022-07-20 15:14:39 +08:00
parent 1830bb64ea
commit 718ad8a8c2
8 changed files with 542 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?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.cnbm.basic.mapper.ProductFeaturesMapper">
</mapper>