ReportModuleService.xsd 7.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.PMModule" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.PMModule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="SearchProductionDataEntity">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="BarCode" nillable="true" type="xs:string" />
  6. <xs:element minOccurs="0" name="BeginDate" type="xs:dateTime" />
  7. <xs:element minOccurs="0" name="EndDate" type="xs:dateTime" />
  8. <xs:element minOccurs="0" name="GoodsCode" nillable="true" type="xs:string" />
  9. <xs:element minOccurs="0" name="GoodsName" nillable="true" type="xs:string" />
  10. <xs:element minOccurs="0" name="GoodsTypeCode" nillable="true" type="xs:string" />
  11. <xs:element minOccurs="0" name="GoodsTypeID" type="xs:int" />
  12. <xs:element minOccurs="0" name="IsRework" nillable="true" type="xs:string" />
  13. <xs:element minOccurs="0" name="KilnCarCode" nillable="true" type="xs:string" />
  14. <xs:element minOccurs="0" name="KilnCarPosition" nillable="true" type="xs:int" />
  15. <xs:element minOccurs="0" name="KilnCode" nillable="true" type="xs:string" />
  16. <xs:element minOccurs="0" name="OrganizationID" nillable="true" type="xs:int" />
  17. <xs:element minOccurs="0" name="ProcedureID" type="xs:int" />
  18. <xs:element minOccurs="0" name="ProcedureIDS" nillable="true" type="xs:string" />
  19. <xs:element minOccurs="0" name="ProcedureModelId" type="xs:int" />
  20. <xs:element minOccurs="0" name="ProductionLineID" nillable="true" type="xs:int" />
  21. <xs:element minOccurs="0" name="Remarks" nillable="true" type="xs:string" />
  22. <xs:element minOccurs="0" name="UserCode" nillable="true" type="xs:string" />
  23. </xs:sequence>
  24. </xs:complexType>
  25. <xs:element name="SearchProductionDataEntity" nillable="true" type="tns:SearchProductionDataEntity" />
  26. <xs:complexType name="SearchFinishedProductEntity">
  27. <xs:sequence>
  28. <xs:element minOccurs="0" name="AccountDateEnd" nillable="true" type="xs:dateTime" />
  29. <xs:element minOccurs="0" name="AccountDateStart" nillable="true" type="xs:dateTime" />
  30. <xs:element minOccurs="0" name="AccountID" type="xs:int" />
  31. <xs:element minOccurs="0" name="BarCode" nillable="true" type="xs:string" />
  32. <xs:element minOccurs="0" name="CreateTimeEnd" nillable="true" type="xs:dateTime" />
  33. <xs:element minOccurs="0" name="CreateTimeStart" nillable="true" type="xs:dateTime" />
  34. <xs:element minOccurs="0" name="CreateUserID" type="xs:int" />
  35. <xs:element minOccurs="0" name="CreateUserName" nillable="true" type="xs:string" />
  36. <xs:element minOccurs="0" name="FHTime" nillable="true" type="xs:dateTime" />
  37. <xs:element minOccurs="0" name="FHTimeEnd" nillable="true" type="xs:dateTime" />
  38. <xs:element minOccurs="0" name="FHTimeStart" nillable="true" type="xs:dateTime" />
  39. <xs:element minOccurs="0" name="FHUserCode" nillable="true" type="xs:string" />
  40. <xs:element minOccurs="0" name="GMouldTypeID" nillable="true" type="xs:int" />
  41. <xs:element minOccurs="0" name="GMouldTypeIDS" nillable="true" type="xs:string" />
  42. <xs:element minOccurs="0" name="GMouldTypeName" nillable="true" type="xs:string" />
  43. <xs:element minOccurs="0" name="GoodsCode" nillable="true" type="xs:string" />
  44. <xs:element minOccurs="0" name="GoodsID" nillable="true" type="xs:int" />
  45. <xs:element minOccurs="0" name="GoodsIDS" nillable="true" type="xs:string" />
  46. <xs:element minOccurs="0" name="GoodsLevelID" nillable="true" type="xs:int" />
  47. <xs:element minOccurs="0" name="GoodsLevelName" nillable="true" type="xs:string" />
  48. <xs:element minOccurs="0" name="GoodsLevelTypeID" nillable="true" type="xs:int" />
  49. <xs:element minOccurs="0" name="GoodsLevelTypeName" nillable="true" type="xs:string" />
  50. <xs:element minOccurs="0" name="GoodsModel" nillable="true" type="xs:string" />
  51. <xs:element minOccurs="0" name="GoodsName" nillable="true" type="xs:string" />
  52. <xs:element minOccurs="0" name="GoodsTypeCode" nillable="true" type="xs:string" />
  53. <xs:element minOccurs="0" name="GroutingDailyDetailID" nillable="true" type="xs:int" />
  54. <xs:element minOccurs="0" name="GroutingDailyID" nillable="true" type="xs:string" />
  55. <xs:element minOccurs="0" name="GroutingDateEnd" nillable="true" type="xs:dateTime" />
  56. <xs:element minOccurs="0" name="GroutingDateStart" nillable="true" type="xs:dateTime" />
  57. <xs:element minOccurs="0" name="GroutingLineCode" nillable="true" type="xs:string" />
  58. <xs:element minOccurs="0" name="GroutingLineDetailID" nillable="true" type="xs:string" />
  59. <xs:element minOccurs="0" name="GroutingLineID" nillable="true" type="xs:int" />
  60. <xs:element minOccurs="0" name="GroutingLineIDS" nillable="true" type="xs:string" />
  61. <xs:element minOccurs="0" name="GroutingLineName" nillable="true" type="xs:string" />
  62. <xs:element minOccurs="0" name="GroutingLinePurviews" nillable="true" type="xs:string" />
  63. <xs:element minOccurs="0" name="GroutingMouldCode" nillable="true" type="xs:string" />
  64. <xs:element minOccurs="0" name="IsPublicBody" nillable="true" type="xs:string" />
  65. <xs:element minOccurs="0" name="IsReFire" nillable="true" type="xs:string" />
  66. <xs:element minOccurs="0" name="LogoID" nillable="true" type="xs:int" />
  67. <xs:element minOccurs="0" name="LogoIDS" nillable="true" type="xs:string" />
  68. <xs:element minOccurs="0" name="MouldCode" nillable="true" type="xs:string" />
  69. <xs:element minOccurs="0" name="OPTimeStamp" type="xs:dateTime" />
  70. <xs:element minOccurs="0" name="OrderID" nillable="true" type="xs:int" />
  71. <xs:element minOccurs="0" name="OrderNo" nillable="true" type="xs:string" />
  72. <xs:element minOccurs="0" name="ProductionLineCode" nillable="true" type="xs:string" />
  73. <xs:element minOccurs="0" name="ProductionLineID" type="xs:int" />
  74. <xs:element minOccurs="0" name="ProductionLineIDS" nillable="true" type="xs:string" />
  75. <xs:element minOccurs="0" name="ProductionLineName" nillable="true" type="xs:string" />
  76. <xs:element minOccurs="0" name="Remarks" nillable="true" type="xs:string" />
  77. <xs:element minOccurs="0" name="SettlementFlag" nillable="true" type="xs:string" />
  78. <xs:element minOccurs="0" name="UndoTimeEnd" nillable="true" type="xs:dateTime" />
  79. <xs:element minOccurs="0" name="UndoTimeStart" nillable="true" type="xs:dateTime" />
  80. <xs:element minOccurs="0" name="UpdateTimeEnd" nillable="true" type="xs:dateTime" />
  81. <xs:element minOccurs="0" name="UpdateTimeStart" nillable="true" type="xs:dateTime" />
  82. <xs:element minOccurs="0" name="UpdateUserID" type="xs:int" />
  83. <xs:element minOccurs="0" name="UpdateUserName" nillable="true" type="xs:string" />
  84. <xs:element minOccurs="0" name="ValueFlag" type="xs:int" />
  85. <xs:element minOccurs="0" name="productionLinePurviews" nillable="true" type="xs:string" />
  86. </xs:sequence>
  87. </xs:complexType>
  88. <xs:element name="SearchFinishedProductEntity" nillable="true" type="tns:SearchFinishedProductEntity" />
  89. </xs:schema>