纽威
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.

635 lines
55 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0" encoding="utf-8"?><Database Name="ICS_WMS_NW" Class="FramDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007">
  2. <Connection Mode="AppSettings" ConnectionString="Data Source=192.168.0.190;Initial Catalog=ICS_WMS_NW;User ID=sa" SettingsObjectName="ICSSoft.Frame.Data.Entity.Properties.Settings" SettingsPropertyName="ICS_WMS_NWConnectionString2" Provider="System.Data.SqlClient" />
  3. <Table Name="dbo.ICSInventory" Member="ICSInventory">
  4. <Type Name="ICSInventory">
  5. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  6. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  7. <Column Name="InvName" Type="System.String" DbType="NVarChar(500) NOT NULL" CanBeNull="false" />
  8. <Column Name="InvDesc" Type="System.String" DbType="NVarChar(500)" CanBeNull="true" />
  9. <Column Name="InvStd" Type="System.String" DbType="NVarChar(500)" CanBeNull="true" />
  10. <Column Name="InvUnit" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  11. <Column Name="AmountUnit" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  12. <Column Name="ClassCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  13. <Column Name="ClassName" Type="System.String" DbType="NVarChar(80) NOT NULL" CanBeNull="false" />
  14. <Column Name="InvRate" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  15. <Column Name="InvVersion" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  16. <Column Name="InvBrand" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  17. <Column Name="InvIQC" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  18. <Column Name="InvFQC" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  19. <Column Name="EffectiveEnable" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  20. <Column Name="EffectiveDays" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  21. <Column Name="BatchEnable" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  22. <Column Name="LotEnable" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  23. <Column Name="PrintEnable" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  24. <Column Name="WHUser" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  25. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  26. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  27. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  28. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  29. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  30. <Column Name="DrawingNo" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  31. <Column Name="Version" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  32. </Type>
  33. </Table>
  34. <Table Name="dbo.ICSExtension" Member="ICSExtension">
  35. <Type Name="ICSExtension">
  36. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  37. <Column Name="Colspan" Type="System.String" DbType="NVarChar(500) NOT NULL" CanBeNull="false" />
  38. <Column Name="ProjectCode" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  39. <Column Name="BatchCode" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  40. <Column Name="Version" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  41. <Column Name="Brand" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  42. <Column Name="cFree1" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  43. <Column Name="cFree2" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  44. <Column Name="cFree3" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  45. <Column Name="cFree4" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  46. <Column Name="cFree5" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  47. <Column Name="cFree6" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  48. <Column Name="cFree7" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  49. <Column Name="cFree8" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  50. <Column Name="cFree9" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  51. <Column Name="cFree10" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  52. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  53. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  54. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  55. <Column Name="WorkPoint" Type="System.String" DbType="VarChar(50) NOT NULL" CanBeNull="false" />
  56. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  57. <Column Name="EATTRIBUTE2" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  58. <Column Name="EATTRIBUTE3" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  59. <Column Name="EATTRIBUTE4" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  60. <Column Name="EATTRIBUTE5" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  61. </Type>
  62. </Table>
  63. <Table Name="dbo.ICSMOApply" Member="ICSMOApply">
  64. <Type Name="ICSMOApply">
  65. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  66. <Column Name="ApplyCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  67. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  68. <Column Name="SourceCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  69. <Column Name="SourceSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  70. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  71. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  72. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  73. <Column Name="IssueQuantity" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  74. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  75. <Column Name="Type" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  76. <Column Name="Status" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  77. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  78. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  79. <Column Name="ApplyID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  80. <Column Name="ApplyDetailID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  81. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  82. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  83. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  84. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  85. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  86. <Column Name="EATTRIBUTE" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  87. <Column Name="OrderNumber" Type="System.String" DbType="NVarChar(12)" CanBeNull="true" />
  88. <Column Name="Sets" Type="System.Decimal" DbType="Decimal(4,0)" CanBeNull="true" />
  89. <Column Name="OrderInvCode" Type="System.String" DbType="NVarChar(18)" CanBeNull="true" />
  90. <Column Name="OrderInvDescribe" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  91. <Column Name="BillType" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  92. <Column Name="Remarks" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  93. <Column Name="Desks" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  94. <Column Name="DispatchNumber" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  95. <Column Name="DispatcherName" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  96. <Column Name="ReceiverNumber" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  97. <Column Name="ReceiverName" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  98. <Column Name="Urgency" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  99. <Column Name="NeedDate" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  100. <Column Name="NeedTime" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  101. <Column Name="RemarksTerm" Type="System.String" DbType="NVarChar(120)" CanBeNull="true" />
  102. <Column Name="TextNumber" Type="System.String" DbType="NVarChar(7)" CanBeNull="true" />
  103. <Column Name="InvDescribe" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  104. <Column Name="Unit" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  105. <Column Name="StockIndicator" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  106. <Column Name="IsSerialNumber" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  107. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  108. <Column Name="CustomerName" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  109. <Column Name="Pagination" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  110. </Type>
  111. </Table>
  112. <Table Name="dbo.ICSMOApplyNeg" Member="ICSMOApplyNeg">
  113. <Type Name="ICSMOApplyNeg">
  114. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  115. <Column Name="ApplyNegCode" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  116. <Column Name="Status" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  117. <Column Name="Type" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  118. <Column Name="Memo" Type="System.String" DbType="NVarChar(1000)" CanBeNull="true" />
  119. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  120. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  121. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  122. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  123. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  124. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  125. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  126. </Type>
  127. </Table>
  128. <Table Name="dbo.ICSMOApplyNegDetail" Member="ICSMOApplyNegDetail">
  129. <Type Name="ICSMOApplyNegDetail">
  130. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  131. <Column Name="ApplyNegCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  132. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  133. <Column Name="SourceDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  134. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  135. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  136. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  137. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  138. <Column Name="IssueNegQuantity" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  139. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  140. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  141. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  142. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  143. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  144. <Column Name="EATTRIBUTE" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  145. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  146. </Type>
  147. </Table>
  148. <Table Name="dbo.ICSTransfer" Member="ICSTransfer">
  149. <Type Name="ICSTransfer">
  150. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  151. <Column Name="TransferNO" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  152. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  153. <Column Name="FromWarehouseCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  154. <Column Name="FromLocationCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  155. <Column Name="ToWarehouseCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  156. <Column Name="ToLocationCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  157. <Column Name="Status" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  158. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  159. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  160. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  161. <Column Name="TransferQuantity" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  162. <Column Name="Type" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  163. <Column Name="Memo" Type="System.String" DbType="NVarChar(1000)" CanBeNull="true" />
  164. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  165. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  166. <Column Name="TransferID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  167. <Column Name="TransferDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  168. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  169. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  170. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  171. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  172. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  173. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  174. <Column Name="OrderType" Type="System.String" DbType="NVarChar(2)" CanBeNull="true" />
  175. <Column Name="TypeDescribe" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  176. <Column Name="Remarks" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  177. <Column Name="PersonNumber" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  178. <Column Name="InvDescribe" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  179. <Column Name="Unit" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  180. <Column Name="StockIndicator" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  181. <Column Name="ReceiveInvCode" Type="System.String" DbType="NVarChar(18)" CanBeNull="true" />
  182. <Column Name="ReceiveInvDescribe" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  183. <Column Name="ReceiveStock" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  184. <Column Name="ReceiveSales" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  185. <Column Name="ReceiveSequence" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  186. <Column Name="Remark2" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  187. <Column Name="IsSerialNumber" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  188. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  189. </Type>
  190. </Table>
  191. <Table Name="dbo.ICSManufactureReceive" Member="ICSManufactureReceive">
  192. <Type Name="ICSManufactureReceive">
  193. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  194. <Column Name="RCVCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  195. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  196. <Column Name="SourceCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  197. <Column Name="SourceSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  198. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  199. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  200. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  201. <Column Name="RCVQuantity" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  202. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  203. <Column Name="Type" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  204. <Column Name="Status" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  205. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  206. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  207. <Column Name="RCVID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  208. <Column Name="RCVDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  209. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  210. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  211. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  212. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  213. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  214. <Column Name="EATTRIBUTE" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  215. <Column Name="InvDescribe" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  216. <Column Name="OrderNumber" Type="System.String" DbType="NVarChar(12)" CanBeNull="true" />
  217. <Column Name="OrderInvCode" Type="System.String" DbType="NVarChar(18)" CanBeNull="true" />
  218. <Column Name="OrderInvDescribe" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  219. <Column Name="BillType" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  220. <Column Name="Remarks" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  221. <Column Name="Unit" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  222. <Column Name="StockIndicator" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  223. <Column Name="RemarksTerm" Type="System.String" DbType="NVarChar(120)" CanBeNull="true" />
  224. <Column Name="IsSerialNumber" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  225. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  226. <Column Name="Desks" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  227. <Column Name="DispatcherName" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  228. </Type>
  229. </Table>
  230. <Table Name="dbo.ICSSDN" Member="ICSSDN">
  231. <Type Name="ICSSDN">
  232. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  233. <Column Name="SDNCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  234. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  235. <Column Name="SOCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  236. <Column Name="SOSequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  237. <Column Name="CusCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  238. <Column Name="CusName" Type="System.String" DbType="NVarChar(500) NOT NULL" CanBeNull="false" />
  239. <Column Name="Type" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  240. <Column Name="ArriveDate" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  241. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  242. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  243. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  244. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  245. <Column Name="SDNQuantity" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  246. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  247. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  248. <Column Name="Status" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  249. <Column Name="SDNID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  250. <Column Name="SDNDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  251. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  252. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  253. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  254. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  255. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  256. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  257. <Column Name="Points" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  258. <Column Name="DeliveryType" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  259. <Column Name="DeliveryDescribe" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  260. <Column Name="InvDescribe" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  261. <Column Name="OtherDescribe" Type="System.String" DbType="NVarChar(80)" CanBeNull="true" />
  262. <Column Name="SalesUnit" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  263. <Column Name="StockIndicator" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  264. <Column Name="IsSerialNumber" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  265. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  266. </Type>
  267. </Table>
  268. <Table Name="dbo.ICSInventoryLotDetail" Member="ICSInventoryLotDetail">
  269. <Type Name="ICSInventoryLotDetail">
  270. <Column Name="LotNo" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  271. <Column Name="TransCode" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  272. <Column Name="TransSequence" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  273. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  274. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  275. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  276. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  277. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  278. </Type>
  279. </Table>
  280. <Table Name="dbo.ICSWareHouseLotInfoLog" Member="ICSWareHouseLotInfoLog">
  281. <Type Name="ICSWareHouseLotInfoLog">
  282. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  283. <Column Name="Identification" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  284. <Column Name="TransCode" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  285. <Column Name="TransSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  286. <Column Name="LotNo" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  287. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  288. <Column Name="FromWarehouseCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  289. <Column Name="FromLocationCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  290. <Column Name="ToWarehouseCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  291. <Column Name="ToLocationCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  292. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  293. <Column Name="Memo" Type="System.String" DbType="NVarChar(1000)" CanBeNull="true" />
  294. <Column Name="Lock" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  295. <Column Name="TransType" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  296. <Column Name="BusinessCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  297. <Column Name="ERPUpload" Type="System.Boolean" DbType="Bit" CanBeNull="true" />
  298. <Column Name="ERPID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  299. <Column Name="ERPDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  300. <Column Name="ERPCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  301. <Column Name="ERPSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  302. <Column Name="LogID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  303. <Column Name="MergeID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  304. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  305. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  306. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime2(7)" CanBeNull="true" />
  307. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  308. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  309. <Column Name="EATTRIBUTE2" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  310. <Column Name="EATTRIBUTE3" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  311. </Type>
  312. </Table>
  313. <Table Name="dbo.ICSInventoryLot" Member="ICSInventoryLot">
  314. <Type Name="ICSInventoryLot">
  315. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  316. <Column Name="LotNo" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  317. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  318. <Column Name="ProductDate" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  319. <Column Name="ExpirationDate" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  320. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  321. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  322. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(100)" CanBeNull="true" />
  323. <Column Name="Type" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  324. <Column Name="PrintTimes" Type="System.Int32" DbType="Int" CanBeNull="true" />
  325. <Column Name="LastPrintUser" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  326. <Column Name="LastPrintTime" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  327. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  328. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  329. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  330. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  331. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  332. </Type>
  333. </Table>
  334. <Table Name="dbo.ICSWareHouseLotInfo" Member="ICSWareHouseLotInfo">
  335. <Type Name="ICSWareHouseLotInfo">
  336. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  337. <Column Name="LotNo" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  338. <Column Name="WarehouseCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  339. <Column Name="LocationCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  340. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  341. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  342. <Column Name="InDate" Type="System.DateTime" DbType="DateTime2(7)" CanBeNull="true" />
  343. <Column Name="LockQuantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  344. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  345. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  346. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime2(7)" CanBeNull="true" />
  347. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  348. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  349. </Type>
  350. </Table>
  351. <Table Name="dbo.ICSLocation" Member="ICSLocation">
  352. <Type Name="ICSLocation">
  353. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  354. <Column Name="LocationCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  355. <Column Name="LocationName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  356. <Column Name="WHID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  357. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  358. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  359. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  360. <Column Name="WorkPoint" Type="System.String" DbType="VarChar(50) NOT NULL" CanBeNull="false" />
  361. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  362. <Column Name="Region" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  363. <Column Name="Row" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  364. <Column Name="GoodsShelf " Member="GoodsShelf" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  365. <Column Name="Tier" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  366. <Column Name="Grid" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  367. </Type>
  368. </Table>
  369. <Table Name="dbo.ICSWarehouse" Member="ICSWarehouse">
  370. <Type Name="ICSWarehouse">
  371. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  372. <Column Name="WarehouseCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  373. <Column Name="WarehouseName" Type="System.String" DbType="NVarChar(100) NOT NULL" CanBeNull="false" />
  374. <Column Name="Enable" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  375. <Column Name="BatchEnable" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  376. <Column Name="Asset" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  377. <Column Name="Proxy" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  378. <Column Name="InCost" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
  379. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  380. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  381. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  382. <Column Name="WorkPoint" Type="System.String" DbType="VarChar(50) NOT NULL" CanBeNull="false" />
  383. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  384. </Type>
  385. </Table>
  386. <Table Name="dbo.ICSOtherOut" Member="ICSOtherOut">
  387. <Type Name="ICSOtherOut">
  388. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  389. <Column Name="OutCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  390. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  391. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  392. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  393. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,3) NOT NULL" CanBeNull="false" />
  394. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  395. <Column Name="OutQuantity" Type="System.Decimal" DbType="Decimal(18,2)" CanBeNull="true" />
  396. <Column Name="Status" Type="System.String" DbType="NVarChar(10) NOT NULL" CanBeNull="false" />
  397. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  398. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  399. <Column Name="OutID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  400. <Column Name="OutDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  401. <Column Name="TransferID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  402. <Column Name="TransferDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  403. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  404. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  405. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  406. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  407. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  408. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  409. <Column Name="OrderType" Type="System.String" DbType="NVarChar(2)" CanBeNull="true" />
  410. <Column Name="TypeDescribe" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  411. <Column Name="CostCenter" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  412. <Column Name="Remarks" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  413. <Column Name="PersonNumber" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  414. <Column Name="InvDescribe" Type="System.String" DbType="NVarChar(18)" CanBeNull="true" />
  415. <Column Name="Unit" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  416. <Column Name="StockIndicator" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  417. <Column Name="IsSerialNumber" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  418. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  419. </Type>
  420. </Table>
  421. <Table Name="dbo.ICSOtherIn" Member="ICSOtherIn">
  422. <Type Name="ICSOtherIn">
  423. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  424. <Column Name="InCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  425. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  426. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  427. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  428. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,3) NOT NULL" CanBeNull="false" />
  429. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  430. <Column Name="InQuantity" Type="System.Decimal" DbType="Decimal(18,2)" CanBeNull="true" />
  431. <Column Name="Status" Type="System.String" DbType="NVarChar(10) NOT NULL" CanBeNull="false" />
  432. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  433. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  434. <Column Name="InID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  435. <Column Name="InDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  436. <Column Name="TransferID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  437. <Column Name="TransferDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  438. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  439. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  440. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  441. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  442. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  443. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  444. <Column Name="OrderType" Type="System.String" DbType="NVarChar(2)" CanBeNull="true" />
  445. <Column Name="TypeDescribe" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  446. <Column Name="CostCenter" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  447. <Column Name="Remarks" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
  448. <Column Name="PersonNumber" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  449. <Column Name="InvDescribe" Type="System.String" DbType="NVarChar(18)" CanBeNull="true" />
  450. <Column Name="Unit" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  451. <Column Name="StockIndicator" Type="System.String" DbType="NVarChar(1)" CanBeNull="true" />
  452. <Column Name="IsSerialNumber" Type="System.String" DbType="NVarChar(4)" CanBeNull="true" />
  453. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  454. </Type>
  455. </Table>
  456. <Table Name="dbo.ICSOApply" Member="ICSOApply">
  457. <Type Name="ICSOApply">
  458. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  459. <Column Name="ApplyCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  460. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  461. <Column Name="SourceCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  462. <Column Name="SourceSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  463. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  464. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  465. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  466. <Column Name="IssueQuantity" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  467. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  468. <Column Name="Type" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  469. <Column Name="Status" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  470. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  471. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  472. <Column Name="ApplyID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  473. <Column Name="ApplyDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  474. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  475. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  476. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  477. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  478. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  479. <Column Name="EATTRIBUTE" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  480. <Column Name="SAPSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  481. <Column Name="VenCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  482. <Column Name="VenName" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  483. </Type>
  484. </Table>
  485. <Table Name="dbo.Sys_SRM_Items" Member="Sys_SRM_Items">
  486. <Type Name="Sys_SRM_Items">
  487. <Column Name="F_Id" Type="System.String" DbType="VarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  488. <Column Name="F_ParentId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  489. <Column Name="F_EnCode" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  490. <Column Name="F_FullName" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  491. <Column Name="F_IsTree" Type="System.Boolean" DbType="Bit" CanBeNull="true" />
  492. <Column Name="F_Layers" Type="System.Int32" DbType="Int" CanBeNull="true" />
  493. <Column Name="F_SortCode" Type="System.Int32" DbType="Int" CanBeNull="true" />
  494. <Column Name="F_DeleteMark" Type="System.Boolean" DbType="Bit" CanBeNull="true" />
  495. <Column Name="F_EnabledMark" Type="System.Boolean" DbType="Bit" CanBeNull="true" />
  496. <Column Name="F_Description" Type="System.String" DbType="VarChar(500)" CanBeNull="true" />
  497. <Column Name="F_CreatorTime" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  498. <Column Name="F_CreatorUserId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  499. <Column Name="F_LastModifyTime" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  500. <Column Name="F_LastModifyUserId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  501. <Column Name="F_DeleteTime" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  502. <Column Name="F_DeleteUserId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  503. </Type>
  504. </Table>
  505. <Table Name="dbo.Sys_SRM_ItemsDetail" Member="Sys_SRM_ItemsDetail">
  506. <Type Name="Sys_SRM_ItemsDetail">
  507. <Column Name="F_Id" Type="System.String" DbType="VarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  508. <Column Name="F_ItemId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  509. <Column Name="F_ParentId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  510. <Column Name="F_ItemCode" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  511. <Column Name="F_ItemName" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  512. <Column Name="F_SimpleSpelling" Type="System.String" DbType="VarChar(500)" CanBeNull="true" />
  513. <Column Name="F_IsDefault" Type="System.Boolean" DbType="Bit" CanBeNull="true" />
  514. <Column Name="F_Layers" Type="System.Int32" DbType="Int" CanBeNull="true" />
  515. <Column Name="F_SortCode" Type="System.Int32" DbType="Int" CanBeNull="true" />
  516. <Column Name="F_DeleteMark" Type="System.Boolean" DbType="Bit" CanBeNull="true" />
  517. <Column Name="F_EnabledMark" Type="System.Boolean" DbType="Bit" CanBeNull="true" />
  518. <Column Name="F_Description" Type="System.String" DbType="VarChar(500)" CanBeNull="true" />
  519. <Column Name="F_CreatorTime" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  520. <Column Name="F_CreatorUserId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  521. <Column Name="F_LastModifyTime" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  522. <Column Name="F_LastModifyUserId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  523. <Column Name="F_DeleteTime" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  524. <Column Name="F_DeleteUserId" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  525. <Column Name="F_Define1" Type="System.String" DbType="VarChar(150)" CanBeNull="true" />
  526. <Column Name="F_Define2" Type="System.String" DbType="VarChar(150)" CanBeNull="true" />
  527. <Column Name="F_Define3" Type="System.String" DbType="VarChar(150)" CanBeNull="true" />
  528. <Column Name="F_Define4" Type="System.String" DbType="VarChar(150)" CanBeNull="true" />
  529. </Type>
  530. </Table>
  531. <Table Name="dbo.ICSWMS_HGLog" Member="ICSWMS_HGLog">
  532. <Type Name="ICSWMS_HGLog">
  533. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  534. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  535. <Column Name="InputJSON" Type="System.String" DbType="NVarChar(MAX)" CanBeNull="true" />
  536. <Column Name="ReturnResult" Type="System.String" DbType="NVarChar(MAX)" CanBeNull="true" />
  537. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
  538. <Column Name="MUSER" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  539. <Column Name="MUSERNAME" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  540. </Type>
  541. </Table>
  542. <Table Name="dbo.ICSMTDOC" Member="ICSMTDOC">
  543. <Type Name="ICSMTDOC">
  544. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  545. <Column Name="MTDOCCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  546. <Column Name="DepCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  547. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  548. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  549. <Column Name="INVCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  550. <Column Name="SOCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  551. <Column Name="SOSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  552. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,3) NOT NULL" CanBeNull="false" />
  553. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  554. <Column Name="MTDOCQuantity" Type="System.Decimal" DbType="Decimal(18,2)" CanBeNull="true" />
  555. <Column Name="MTDOCType" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  556. <Column Name="Memo" Type="System.String" DbType="NVarChar(500)" CanBeNull="true" />
  557. <Column Name="Status" Type="System.String" DbType="NVarChar(10) NOT NULL" CanBeNull="false" />
  558. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  559. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  560. <Column Name="MTDOCID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  561. <Column Name="MTDOCDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  562. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  563. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  564. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  565. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  566. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  567. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  568. <Column Name="SAPSequence" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  569. </Type>
  570. </Table>
  571. <Table Name="dbo.ICSInventoryDetail" Member="ICSInventoryDetail">
  572. <Type Name="ICSInventoryDetail">
  573. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  574. <Column Name="INVCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  575. <Column Name="WHCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  576. <Column Name="LocationCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  577. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  578. <Column Name="MUSER" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  579. <Column Name="MUSERNAME" Type="System.String" DbType="NVarChar(20)" CanBeNull="true" />
  580. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
  581. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  582. <Column Name="EATTRIBUTE2" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  583. <Column Name="EATTRIBUTE3" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  584. <Column Name="EATTRIBUTE4" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  585. <Column Name="EATTRIBUTE5" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  586. <Column Name="EATTRIBUTE6" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  587. <Column Name="EATTRIBUTE7" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  588. <Column Name="EATTRIBUTE8" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  589. <Column Name="EATTRIBUTE9" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  590. <Column Name="EATTRIBUTE10" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  591. </Type>
  592. </Table>
  593. <Table Name="dbo.ICSDeliveryNotice" Member="ICSDeliveryNotice">
  594. <Type Name="ICSDeliveryNotice">
  595. <Column Name="ID" Type="System.String" DbType="NVarChar(50) NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
  596. <Column Name="DNCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  597. <Column Name="Sequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  598. <Column Name="SAPSequence" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  599. <Column Name="VenCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  600. <Column Name="DepCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  601. <Column Name="DNType" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  602. <Column Name="InvCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  603. <Column Name="Quantity" Type="System.Decimal" DbType="Decimal(18,6) NOT NULL" CanBeNull="false" />
  604. <Column Name="Amount" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  605. <Column Name="RCVQuantity" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  606. <Column Name="UnitPrice" Type="System.Decimal" DbType="Decimal(18,6)" CanBeNull="true" />
  607. <Column Name="Currency" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  608. <Column Name="Status" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  609. <Column Name="CreatePerson" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  610. <Column Name="CreateDateTime" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  611. <Column Name="POID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  612. <Column Name="PODetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  613. <Column Name="DNID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  614. <Column Name="DNDetailID" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  615. <Column Name="ExtensionID" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  616. <Column Name="MUSER" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  617. <Column Name="MUSERName" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  618. <Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
  619. <Column Name="WorkPoint" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  620. <Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
  621. <Column Name="ASNCode" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  622. <Column Name="WHCode" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  623. <Column Name="InspectionType" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  624. <Column Name="InvoDescribe" Type="System.String" DbType="VarChar(200)" CanBeNull="true" />
  625. <Column Name="StockIndicator" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  626. <Column Name="DepositArea" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  627. <Column Name="Unity" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  628. <Column Name="ModificationDate" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  629. <Column Name="TrackingNumber" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  630. <Column Name="NonconformingForm" Type="System.String" DbType="VarChar(50)" CanBeNull="true" />
  631. <Column Name="EATTRIBUTE2" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  632. <Column Name="EATTRIBUTE3" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  633. <Column Name="EATTRIBUTE4" Type="System.String" DbType="NVarChar(50)" CanBeNull="true" />
  634. </Type>
  635. </Table>
  636. </Database>