You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
4.7 KiB
69 lines
4.7 KiB
<?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.xjfast.mapper.ShoporderMapper">
|
|
<resultMap id="BaseResultMap" type="com.xjfast.entity.Shoporder">
|
|
<id column="OrderNo" jdbcType="VARCHAR" property="orderno" />
|
|
<id column="Site" jdbcType="VARCHAR" property="site" />
|
|
<result column="EnterDate" jdbcType="TIMESTAMP" property="enterdate" />
|
|
<result column="UserName" jdbcType="VARCHAR" property="username" />
|
|
<result column="NeedDate" jdbcType="TIMESTAMP" property="needdate" />
|
|
<result column="OriginalNeedDate" jdbcType="TIMESTAMP" property="originalneeddate" />
|
|
<result column="PlanStartDate" jdbcType="TIMESTAMP" property="planstartdate" />
|
|
<result column="ReleaseDate" jdbcType="TIMESTAMP" property="releasedate" />
|
|
<result column="ReleaseGuys" jdbcType="VARCHAR" property="releaseguys" />
|
|
<result column="ScheduleDate" jdbcType="TIMESTAMP" property="scheduledate" />
|
|
<result column="Scheduler" jdbcType="VARCHAR" property="scheduler" />
|
|
<result column="IssueDate" jdbcType="TIMESTAMP" property="issuedate" />
|
|
<result column="ReportDate" jdbcType="TIMESTAMP" property="reportdate" />
|
|
<result column="ReceiveDate" jdbcType="TIMESTAMP" property="receivedate" />
|
|
<result column="CloseDate" jdbcType="TIMESTAMP" property="closedate" />
|
|
<result column="Planner" jdbcType="VARCHAR" property="planner" />
|
|
<result column="Status" jdbcType="VARCHAR" property="status" />
|
|
<result column="Status_Tmp" jdbcType="VARCHAR" property="statusTmp" />
|
|
<result column="Printed" jdbcType="CHAR" property="printed" />
|
|
<result column="OrderType" jdbcType="VARCHAR" property="ordertype" />
|
|
<result column="PartNo" jdbcType="VARCHAR" property="partno" />
|
|
<result column="LotSize" jdbcType="FLOAT" property="lotsize" />
|
|
<result column="FinishedQty" jdbcType="FLOAT" property="finishedqty" />
|
|
<result column="ProjectID" jdbcType="VARCHAR" property="projectid" />
|
|
<result column="BOMRevNo" jdbcType="VARCHAR" property="bomrevno" />
|
|
<result column="RoutingRevNo" jdbcType="VARCHAR" property="routingrevno" />
|
|
<result column="Leadtime" jdbcType="FLOAT" property="leadtime" />
|
|
<result column="Remark" jdbcType="VARCHAR" property="remark" />
|
|
<result column="OrderRef1" jdbcType="VARCHAR" property="orderref1" />
|
|
<result column="OrderRef2" jdbcType="VARCHAR" property="orderref2" />
|
|
<result column="CostRollUpFlag" jdbcType="CHAR" property="costrollupflag" />
|
|
<result column="ManualFlag" jdbcType="CHAR" property="manualflag" />
|
|
<result column="OriSOOrderNo" jdbcType="VARCHAR" property="orisoorderno" />
|
|
<result column="CustomerID" jdbcType="VARCHAR" property="customerid" />
|
|
<result column="TechInfo" jdbcType="VARCHAR" property="techinfo" />
|
|
<result column="ReceiveStatus" jdbcType="VARCHAR" property="receivestatus" />
|
|
<result column="E_OriginalOrderNo" jdbcType="VARCHAR" property="eOriginalorderno" />
|
|
<result column="E_Levels" jdbcType="INTEGER" property="eLevels" />
|
|
<result column="E_OriginalOrderType" jdbcType="VARCHAR" property="eOriginalordertype" />
|
|
<result column="E_SeqNo" jdbcType="INTEGER" property="eSeqno" />
|
|
<result column="E_LevelCode" jdbcType="VARCHAR" property="eLevelcode" />
|
|
<result column="SFDCReportedFlag" jdbcType="CHAR" property="sfdcreportedflag" />
|
|
<result column="RepairSOFlag" jdbcType="CHAR" property="repairsoflag" />
|
|
<result column="ConfigurationFlag" jdbcType="CHAR" property="configurationflag" />
|
|
<result column="MaterialSplitFlag" jdbcType="CHAR" property="materialsplitflag" />
|
|
<result column="ObjectVersion" jdbcType="VARCHAR" property="objectversion" />
|
|
<result column="ExpandFlag" jdbcType="CHAR" property="expandflag" />
|
|
<result column="CodeNo" jdbcType="VARCHAR" property="codeno" />
|
|
<result column="LE_SeqNo" jdbcType="FLOAT" property="leSeqno" />
|
|
<result column="LE_ItemNo" jdbcType="INTEGER" property="leItemno" />
|
|
<result column="LE_Levels" jdbcType="INTEGER" property="leLevels" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
OrderNo, Site, EnterDate, UserName, NeedDate, OriginalNeedDate, PlanStartDate, ReleaseDate,
|
|
ReleaseGuys, ScheduleDate, Scheduler, IssueDate, ReportDate, ReceiveDate, CloseDate,
|
|
Planner, "Status", Status_Tmp, Printed, OrderType, PartNo, LotSize, FinishedQty,
|
|
ProjectID, BOMRevNo, RoutingRevNo, Leadtime, Remark, OrderRef1, OrderRef2, CostRollUpFlag,
|
|
ManualFlag, OriSOOrderNo, CustomerID, TechInfo, ReceiveStatus, E_OriginalOrderNo,
|
|
E_Levels, E_OriginalOrderType, E_SeqNo, E_LevelCode, SFDCReportedFlag, RepairSOFlag,
|
|
ConfigurationFlag, MaterialSplitFlag, ObjectVersion, ExpandFlag, CodeNo, LE_SeqNo,
|
|
LE_ItemNo, LE_Levels
|
|
</sql>
|
|
|
|
|
|
</mapper>
|