Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
k.e.book.ddh.mapper.CcProductMapper.xml Maven / Gradle / Ivy
<?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="k.e.book.ddh.mapper.CcProductMapper">
<!-- 通用查询映射结果 -->
<resultMap id="BaseResultMap" type="k.e.book.ddh.entity.CcProductDO">
<id column="id" property="id" />
<result column="type" property="type" />
<result column="author_id" property="authorId" />
<result column="issuer" property="issuer" />
<result column="admin_id" property="adminId" />
<result column="album_id" property="albumId" />
<result column="category_ids" property="categoryIds" />
<result column="ipfsCID" property="ipfsCid" />
<result column="metadataCID" property="metadataCid" />
<result column="primary_address" property="primaryAddress" />
<result column="image" property="image" />
<result column="longimage" property="longimage" />
<result column="sourcefile" property="sourcefile" />
<result column="certurl" property="certurl" />
<result column="certtxhash" property="certtxhash" />
<result column="subject" property="subject" />
<result column="amount" property="amount" />
<result column="quantity" property="quantity" />
<result column="soldQty" property="soldQty" />
<result column="stockQty" property="stockQty" />
<result column="content" property="content" />
<result column="createtime" property="createtime" />
<result column="updatetime" property="updatetime" />
<result column="deletetime" property="deletetime" />
<result column="weigh" property="weigh" />
<result column="flag" property="flag" />
<result column="tag" property="tag" />
<result column="starttime" property="starttime" />
<result column="endtime" property="endtime" />
<result column="whitelist" property="whitelist" />
<result column="transferdaylimit" property="transferdaylimit" />
<result column="selltime" property="selltime" />
<result column="sellendtime" property="sellendtime" />
<result column="purchaselimit" property="purchaselimit" />
<result column="purchasetips" property="purchasetips" />
<result column="copyright_fee" property="copyrightFee" />
<result column="model3d" property="model3d" />
<result column="model3dsquare" property="model3dsquare" />
<result column="model3dfile" property="model3dfile" />
<result column="h5link" property="h5link" />
<result column="status" property="status" />
<result column="frontcode" property="frontcode" />
<result column="color" property="color" />
<result column="give" property="give" />
<result column="copyright" property="copyright" />
<result column="givedaylimit" property="givedaylimit" />
<result column="copyright_type" property="copyrightType" />
<result column="checkstatus" property="checkstatus" />
<result column="prior_starttime" property="priorStarttime" />
<result column="prior_endtime" property="priorEndtime" />
<result column="is_hot" property="isHot" />
<result column="getscore_fee" property="getscoreFee" />
<result column="getscore_fee_sell" property="getscoreFeeSell" />
<result column="avatar_frame" property="avatarFrame" />
<result column="tag_img" property="tagImg" />
<result column="period" property="period" />
<result column="cast_type" property="castType" />
<result column="like_num" property="likeNum" />
<result column="amount_max_limit" property="amountMaxLimit" />
<result column="amount_min_limit" property="amountMinLimit" />
<result column="collection_type" property="collectionType" />
<result column="contract_address" property="contractAddress" />
<result column="rarity" property="rarity" />
<result column="created_at" property="createdAt" />
<result column="updated_at" property="updatedAt" />
<result column="deleted_at" property="deletedAt" />
</resultMap>
<!-- 通用查询结果 -->
<sql id="Base_Column_List">
id, type, author_id, issuer, admin_id, album_id, category_ids, ipfsCID, metadataCID, primary_address, image, longimage, sourcefile, certurl, certtxhash, subject, amount, quantity, soldQty, stockQty, content, createtime, updatetime, deletetime, weigh, flag, tag, starttime, endtime, whitelist, transferdaylimit, selltime, sellendtime, purchaselimit, purchasetips, copyright_fee, model3d, model3dsquare, model3dfile, h5link, status, frontcode, color, give, copyright, givedaylimit, copyright_type, checkstatus, prior_starttime, prior_endtime, is_hot, getscore_fee, getscore_fee_sell, avatar_frame, tag_img, period, cast_type, like_num, amount_max_limit, amount_min_limit, collection_type, contract_address, rarity, created_at, updated_at, deleted_at,
</sql>
</mapper>