design detail代码转移,临时存储

This commit is contained in:
徐佩
2023-09-06 13:53:15 +08:00
parent 2d924ca1e6
commit 90edb573d9
15 changed files with 329 additions and 18 deletions

View File

@@ -4,8 +4,7 @@
<!-- 通用查询映射结果 -->
<resultMap id="BaseResultMap" type="com.ai.da.mapper.entity.PanTone">
<id column="id" property="id" />
<result column="pantone_index" property="pantoneIndex" />
<id column="pantone_index" property="pantoneIndex" />
<result column="name" property="name" />
<result column="tcx" property="tcx" />
<result column="r" property="r" />