From 2fcd97552d16718cc7997629fd637a73a5a4483f Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期一, 19 六月 2023 14:44:19 +0800 Subject: [PATCH] 删除 --- src/main/java/com/gk/firework/Mapper/mybatis/ProductThresholdInfoMapper.xml | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gk/firework/Mapper/mybatis/ProductThresholdInfoMapper.xml b/src/main/java/com/gk/firework/Mapper/mybatis/ProductThresholdInfoMapper.xml new file mode 100644 index 0000000..dc4628b --- /dev/null +++ b/src/main/java/com/gk/firework/Mapper/mybatis/ProductThresholdInfoMapper.xml @@ -0,0 +1,20 @@ +<?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.gk.firework.Mapper.ProductThresholdInfoMapper" > + <resultMap id="BaseResultMap" type="com.gk.firework.Domain.ProductThresholdInfo" > + <!-- --> + <id column="id" property="id" jdbcType="BIGINT" /> + <result column="productid" property="productid" jdbcType="BIGINT" /> + <result column="itemcode" property="itemcode" jdbcType="VARCHAR" /> + <result column="explosivecontent" property="explosivecontent" jdbcType="DECIMAL" /> + <result column="level" property="level" jdbcType="VARCHAR" /> + <result column="boxnumber" property="boxnumber" jdbcType="INTEGER" /> + <result column="createdby" property="createdby" jdbcType="VARCHAR" /> + <result column="createdat" property="createdat" jdbcType="TIMESTAMP" /> + </resultMap> + <sql id="Base_Column_List" > + <!-- --> + id, productid, itemcode, explosivecontent, level, boxnumber, createdby, createdat + </sql> + +</mapper> -- Gitblit v1.9.2