提交 d264d787 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码,后台体系[Spring Boot]

上级 8d4f0c20
......@@ -13,6 +13,7 @@
<id property="id" column="id" /><!--主键字段映射-->
<result property="companyType" column="company_type" />
<result property="websiteUrl" column="website_url" />
<result property="categoryId" column="category_id" />
</resultMap>
......
......@@ -56,6 +56,7 @@
<result property="productId" column="product_id" />
<result property="partnerId" column="partner_id" />
<result property="productUomCategoryId" column="product_uom_category_id" />
<result property="taxesId" column="taxes_id" />
<!--通过mybatis自动注入关系属性[主实体],fetchType="lazy"为懒加载配置 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册