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.

68 lines
4.7 KiB

5 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.xjfast.mapper.ShoporderMapper">
  4. <resultMap id="BaseResultMap" type="com.xjfast.entity.Shoporder">
  5. <id column="OrderNo" jdbcType="VARCHAR" property="orderno" />
  6. <id column="Site" jdbcType="VARCHAR" property="site" />
  7. <result column="EnterDate" jdbcType="TIMESTAMP" property="enterdate" />
  8. <result column="UserName" jdbcType="VARCHAR" property="username" />
  9. <result column="NeedDate" jdbcType="TIMESTAMP" property="needdate" />
  10. <result column="OriginalNeedDate" jdbcType="TIMESTAMP" property="originalneeddate" />
  11. <result column="PlanStartDate" jdbcType="TIMESTAMP" property="planstartdate" />
  12. <result column="ReleaseDate" jdbcType="TIMESTAMP" property="releasedate" />
  13. <result column="ReleaseGuys" jdbcType="VARCHAR" property="releaseguys" />
  14. <result column="ScheduleDate" jdbcType="TIMESTAMP" property="scheduledate" />
  15. <result column="Scheduler" jdbcType="VARCHAR" property="scheduler" />
  16. <result column="IssueDate" jdbcType="TIMESTAMP" property="issuedate" />
  17. <result column="ReportDate" jdbcType="TIMESTAMP" property="reportdate" />
  18. <result column="ReceiveDate" jdbcType="TIMESTAMP" property="receivedate" />
  19. <result column="CloseDate" jdbcType="TIMESTAMP" property="closedate" />
  20. <result column="Planner" jdbcType="VARCHAR" property="planner" />
  21. <result column="Status" jdbcType="VARCHAR" property="status" />
  22. <result column="Status_Tmp" jdbcType="VARCHAR" property="statusTmp" />
  23. <result column="Printed" jdbcType="CHAR" property="printed" />
  24. <result column="OrderType" jdbcType="VARCHAR" property="ordertype" />
  25. <result column="PartNo" jdbcType="VARCHAR" property="partno" />
  26. <result column="LotSize" jdbcType="FLOAT" property="lotsize" />
  27. <result column="FinishedQty" jdbcType="FLOAT" property="finishedqty" />
  28. <result column="ProjectID" jdbcType="VARCHAR" property="projectid" />
  29. <result column="BOMRevNo" jdbcType="VARCHAR" property="bomrevno" />
  30. <result column="RoutingRevNo" jdbcType="VARCHAR" property="routingrevno" />
  31. <result column="Leadtime" jdbcType="FLOAT" property="leadtime" />
  32. <result column="Remark" jdbcType="VARCHAR" property="remark" />
  33. <result column="OrderRef1" jdbcType="VARCHAR" property="orderref1" />
  34. <result column="OrderRef2" jdbcType="VARCHAR" property="orderref2" />
  35. <result column="CostRollUpFlag" jdbcType="CHAR" property="costrollupflag" />
  36. <result column="ManualFlag" jdbcType="CHAR" property="manualflag" />
  37. <result column="OriSOOrderNo" jdbcType="VARCHAR" property="orisoorderno" />
  38. <result column="CustomerID" jdbcType="VARCHAR" property="customerid" />
  39. <result column="TechInfo" jdbcType="VARCHAR" property="techinfo" />
  40. <result column="ReceiveStatus" jdbcType="VARCHAR" property="receivestatus" />
  41. <result column="E_OriginalOrderNo" jdbcType="VARCHAR" property="eOriginalorderno" />
  42. <result column="E_Levels" jdbcType="INTEGER" property="eLevels" />
  43. <result column="E_OriginalOrderType" jdbcType="VARCHAR" property="eOriginalordertype" />
  44. <result column="E_SeqNo" jdbcType="INTEGER" property="eSeqno" />
  45. <result column="E_LevelCode" jdbcType="VARCHAR" property="eLevelcode" />
  46. <result column="SFDCReportedFlag" jdbcType="CHAR" property="sfdcreportedflag" />
  47. <result column="RepairSOFlag" jdbcType="CHAR" property="repairsoflag" />
  48. <result column="ConfigurationFlag" jdbcType="CHAR" property="configurationflag" />
  49. <result column="MaterialSplitFlag" jdbcType="CHAR" property="materialsplitflag" />
  50. <result column="ObjectVersion" jdbcType="VARCHAR" property="objectversion" />
  51. <result column="ExpandFlag" jdbcType="CHAR" property="expandflag" />
  52. <result column="CodeNo" jdbcType="VARCHAR" property="codeno" />
  53. <result column="LE_SeqNo" jdbcType="FLOAT" property="leSeqno" />
  54. <result column="LE_ItemNo" jdbcType="INTEGER" property="leItemno" />
  55. <result column="LE_Levels" jdbcType="INTEGER" property="leLevels" />
  56. </resultMap>
  57. <sql id="Base_Column_List">
  58. OrderNo, Site, EnterDate, UserName, NeedDate, OriginalNeedDate, PlanStartDate, ReleaseDate,
  59. ReleaseGuys, ScheduleDate, Scheduler, IssueDate, ReportDate, ReceiveDate, CloseDate,
  60. Planner, "Status", Status_Tmp, Printed, OrderType, PartNo, LotSize, FinishedQty,
  61. ProjectID, BOMRevNo, RoutingRevNo, Leadtime, Remark, OrderRef1, OrderRef2, CostRollUpFlag,
  62. ManualFlag, OriSOOrderNo, CustomerID, TechInfo, ReceiveStatus, E_OriginalOrderNo,
  63. E_Levels, E_OriginalOrderType, E_SeqNo, E_LevelCode, SFDCReportedFlag, RepairSOFlag,
  64. ConfigurationFlag, MaterialSplitFlag, ObjectVersion, ExpandFlag, CodeNo, LE_SeqNo,
  65. LE_ItemNo, LE_Levels
  66. </sql>
  67. </mapper>