TATModuleService54.xsd 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="Dongke.IBOSS.PRD.WCF.Contracts" elementFormDefault="qualified" targetNamespace="Dongke.IBOSS.PRD.WCF.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="http://127.0.0.1:1234/DKService/TATModuleService?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" />
  4. <xs:element name="AddDefectFine">
  5. <xs:complexType>
  6. <xs:sequence>
  7. <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q1:DefectFineEntity" />
  8. </xs:sequence>
  9. </xs:complexType>
  10. </xs:element>
  11. <xs:element name="AddDefectFineResponse">
  12. <xs:complexType>
  13. <xs:sequence>
  14. <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddDefectFineResult" nillable="true" type="q2:ServiceResultEntity" />
  15. </xs:sequence>
  16. </xs:complexType>
  17. </xs:element>
  18. <xs:element name="UpdateDefectFine">
  19. <xs:complexType>
  20. <xs:sequence>
  21. <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q3:DefectFineEntity" />
  22. </xs:sequence>
  23. </xs:complexType>
  24. </xs:element>
  25. <xs:element name="UpdateDefectFineResponse">
  26. <xs:complexType>
  27. <xs:sequence>
  28. <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="UpdateDefectFineResult" nillable="true" type="q4:ServiceResultEntity" />
  29. </xs:sequence>
  30. </xs:complexType>
  31. </xs:element>
  32. <xs:element name="AuditDefectFine">
  33. <xs:complexType>
  34. <xs:sequence>
  35. <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q5:DefectFineEntity" />
  36. </xs:sequence>
  37. </xs:complexType>
  38. </xs:element>
  39. <xs:element name="AuditDefectFineResponse">
  40. <xs:complexType>
  41. <xs:sequence>
  42. <xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditDefectFineResult" nillable="true" type="q6:ServiceResultEntity" />
  43. </xs:sequence>
  44. </xs:complexType>
  45. </xs:element>
  46. <xs:element name="StopDefectFine">
  47. <xs:complexType>
  48. <xs:sequence>
  49. <xs:element xmlns:q7="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q7:DefectFineEntity" />
  50. </xs:sequence>
  51. </xs:complexType>
  52. </xs:element>
  53. <xs:element name="StopDefectFineResponse">
  54. <xs:complexType>
  55. <xs:sequence>
  56. <xs:element xmlns:q8="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopDefectFineResult" nillable="true" type="q8:ServiceResultEntity" />
  57. </xs:sequence>
  58. </xs:complexType>
  59. </xs:element>
  60. <xs:element name="GetDefectFine">
  61. <xs:complexType>
  62. <xs:sequence>
  63. <xs:element xmlns:q9="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q9:DefectFineEntity" />
  64. </xs:sequence>
  65. </xs:complexType>
  66. </xs:element>
  67. <xs:element name="GetDefectFineResponse">
  68. <xs:complexType>
  69. <xs:sequence>
  70. <xs:element xmlns:q10="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetDefectFineResult" nillable="true" type="q10:ServiceResultEntity" />
  71. </xs:sequence>
  72. </xs:complexType>
  73. </xs:element>
  74. <xs:element name="GetDefectFineDetailById">
  75. <xs:complexType>
  76. <xs:sequence>
  77. <xs:element minOccurs="0" name="DefectId" type="xs:int" />
  78. </xs:sequence>
  79. </xs:complexType>
  80. </xs:element>
  81. <xs:element name="GetDefectFineDetailByIdResponse">
  82. <xs:complexType>
  83. <xs:sequence>
  84. <xs:element xmlns:q11="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetDefectFineDetailByIdResult" nillable="true" type="q11:ServiceResultEntity" />
  85. </xs:sequence>
  86. </xs:complexType>
  87. </xs:element>
  88. <xs:element name="EditDefectFineDetail">
  89. <xs:complexType>
  90. <xs:sequence>
  91. <xs:element minOccurs="0" name="DefectFineID" type="xs:int" />
  92. <xs:element minOccurs="0" name="dsSourse" nillable="true">
  93. <xs:complexType>
  94. <xs:annotation>
  95. <xs:appinfo>
  96. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  97. </xs:appinfo>
  98. </xs:annotation>
  99. <xs:sequence>
  100. <xs:element ref="xs:schema" />
  101. <xs:any />
  102. </xs:sequence>
  103. </xs:complexType>
  104. </xs:element>
  105. </xs:sequence>
  106. </xs:complexType>
  107. </xs:element>
  108. <xs:element name="EditDefectFineDetailResponse">
  109. <xs:complexType>
  110. <xs:sequence>
  111. <xs:element xmlns:q12="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditDefectFineDetailResult" nillable="true" type="q12:ServiceResultEntity" />
  112. </xs:sequence>
  113. </xs:complexType>
  114. </xs:element>
  115. <xs:element name="GetBasicSalary">
  116. <xs:complexType>
  117. <xs:sequence>
  118. <xs:element xmlns:q13="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="basicSalaryEntity" nillable="true" type="q13:BasicSalaryEntity" />
  119. </xs:sequence>
  120. </xs:complexType>
  121. </xs:element>
  122. <xs:element name="GetBasicSalaryResponse">
  123. <xs:complexType>
  124. <xs:sequence>
  125. <xs:element xmlns:q14="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetBasicSalaryResult" nillable="true" type="q14:ServiceResultEntity" />
  126. </xs:sequence>
  127. </xs:complexType>
  128. </xs:element>
  129. <xs:element name="AddBasicSalary">
  130. <xs:complexType>
  131. <xs:sequence>
  132. <xs:element xmlns:q15="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q15:BasicSalaryEntity" />
  133. </xs:sequence>
  134. </xs:complexType>
  135. </xs:element>
  136. <xs:element name="AddBasicSalaryResponse">
  137. <xs:complexType>
  138. <xs:sequence>
  139. <xs:element xmlns:q16="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddBasicSalaryResult" nillable="true" type="q16:ServiceResultEntity" />
  140. </xs:sequence>
  141. </xs:complexType>
  142. </xs:element>
  143. <xs:element name="UpdateBasicSalary">
  144. <xs:complexType>
  145. <xs:sequence>
  146. <xs:element xmlns:q17="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q17:BasicSalaryEntity" />
  147. </xs:sequence>
  148. </xs:complexType>
  149. </xs:element>
  150. <xs:element name="UpdateBasicSalaryResponse">
  151. <xs:complexType>
  152. <xs:sequence>
  153. <xs:element xmlns:q18="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="UpdateBasicSalaryResult" nillable="true" type="q18:ServiceResultEntity" />
  154. </xs:sequence>
  155. </xs:complexType>
  156. </xs:element>
  157. <xs:element name="AuditBasicSalary">
  158. <xs:complexType>
  159. <xs:sequence>
  160. <xs:element xmlns:q19="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q19:BasicSalaryEntity" />
  161. </xs:sequence>
  162. </xs:complexType>
  163. </xs:element>
  164. <xs:element name="AuditBasicSalaryResponse">
  165. <xs:complexType>
  166. <xs:sequence>
  167. <xs:element xmlns:q20="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditBasicSalaryResult" nillable="true" type="q20:ServiceResultEntity" />
  168. </xs:sequence>
  169. </xs:complexType>
  170. </xs:element>
  171. <xs:element name="StopBasicSalary">
  172. <xs:complexType>
  173. <xs:sequence>
  174. <xs:element xmlns:q21="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q21:BasicSalaryEntity" />
  175. </xs:sequence>
  176. </xs:complexType>
  177. </xs:element>
  178. <xs:element name="StopBasicSalaryResponse">
  179. <xs:complexType>
  180. <xs:sequence>
  181. <xs:element xmlns:q22="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopBasicSalaryResult" nillable="true" type="q22:ServiceResultEntity" />
  182. </xs:sequence>
  183. </xs:complexType>
  184. </xs:element>
  185. <xs:element name="GetBasicSalaryDetailById">
  186. <xs:complexType>
  187. <xs:sequence>
  188. <xs:element minOccurs="0" name="BasicSalaryID" type="xs:int" />
  189. </xs:sequence>
  190. </xs:complexType>
  191. </xs:element>
  192. <xs:element name="GetBasicSalaryDetailByIdResponse">
  193. <xs:complexType>
  194. <xs:sequence>
  195. <xs:element xmlns:q23="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetBasicSalaryDetailByIdResult" nillable="true" type="q23:ServiceResultEntity" />
  196. </xs:sequence>
  197. </xs:complexType>
  198. </xs:element>
  199. <xs:element name="EditBasicSalaryDetail">
  200. <xs:complexType>
  201. <xs:sequence>
  202. <xs:element minOccurs="0" name="BasicSalaryID" type="xs:int" />
  203. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  204. <xs:complexType>
  205. <xs:annotation>
  206. <xs:appinfo>
  207. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  208. </xs:appinfo>
  209. </xs:annotation>
  210. <xs:sequence>
  211. <xs:element ref="xs:schema" />
  212. <xs:any />
  213. </xs:sequence>
  214. </xs:complexType>
  215. </xs:element>
  216. </xs:sequence>
  217. </xs:complexType>
  218. </xs:element>
  219. <xs:element name="EditBasicSalaryDetailResponse">
  220. <xs:complexType>
  221. <xs:sequence>
  222. <xs:element xmlns:q24="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditBasicSalaryDetailResult" nillable="true" type="q24:ServiceResultEntity" />
  223. </xs:sequence>
  224. </xs:complexType>
  225. </xs:element>
  226. <xs:element name="GetAttendance">
  227. <xs:complexType>
  228. <xs:sequence>
  229. <xs:element xmlns:q25="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="attendanceEntity" nillable="true" type="q25:AttendanceEntity" />
  230. </xs:sequence>
  231. </xs:complexType>
  232. </xs:element>
  233. <xs:element name="GetAttendanceResponse">
  234. <xs:complexType>
  235. <xs:sequence>
  236. <xs:element xmlns:q26="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetAttendanceResult" nillable="true" type="q26:ServiceResultEntity" />
  237. </xs:sequence>
  238. </xs:complexType>
  239. </xs:element>
  240. <xs:element name="GetAttendanceEntityById">
  241. <xs:complexType>
  242. <xs:sequence>
  243. <xs:element minOccurs="0" name="AttendanceID" type="xs:int" />
  244. </xs:sequence>
  245. </xs:complexType>
  246. </xs:element>
  247. <xs:element name="GetAttendanceEntityByIdResponse">
  248. <xs:complexType>
  249. <xs:sequence>
  250. <xs:element xmlns:q27="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetAttendanceEntityByIdResult" nillable="true" type="q27:ServiceResultEntity" />
  251. </xs:sequence>
  252. </xs:complexType>
  253. </xs:element>
  254. <xs:element name="AddAttendance">
  255. <xs:complexType>
  256. <xs:sequence>
  257. <xs:element xmlns:q28="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q28:AttendanceEntity" />
  258. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  259. <xs:complexType>
  260. <xs:annotation>
  261. <xs:appinfo>
  262. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  263. </xs:appinfo>
  264. </xs:annotation>
  265. <xs:sequence>
  266. <xs:element ref="xs:schema" />
  267. <xs:any />
  268. </xs:sequence>
  269. </xs:complexType>
  270. </xs:element>
  271. </xs:sequence>
  272. </xs:complexType>
  273. </xs:element>
  274. <xs:element name="AddAttendanceResponse">
  275. <xs:complexType>
  276. <xs:sequence>
  277. <xs:element xmlns:q29="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddAttendanceResult" nillable="true" type="q29:ServiceResultEntity" />
  278. </xs:sequence>
  279. </xs:complexType>
  280. </xs:element>
  281. <xs:element name="UpdateAttendance">
  282. <xs:complexType>
  283. <xs:sequence>
  284. <xs:element xmlns:q30="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q30:AttendanceEntity" />
  285. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  286. <xs:complexType>
  287. <xs:annotation>
  288. <xs:appinfo>
  289. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  290. </xs:appinfo>
  291. </xs:annotation>
  292. <xs:sequence>
  293. <xs:element ref="xs:schema" />
  294. <xs:any />
  295. </xs:sequence>
  296. </xs:complexType>
  297. </xs:element>
  298. </xs:sequence>
  299. </xs:complexType>
  300. </xs:element>
  301. <xs:element name="UpdateAttendanceResponse">
  302. <xs:complexType>
  303. <xs:sequence>
  304. <xs:element xmlns:q31="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="UpdateAttendanceResult" nillable="true" type="q31:ServiceResultEntity" />
  305. </xs:sequence>
  306. </xs:complexType>
  307. </xs:element>
  308. <xs:element name="StopAttendance">
  309. <xs:complexType>
  310. <xs:sequence>
  311. <xs:element xmlns:q32="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q32:AttendanceEntity" />
  312. </xs:sequence>
  313. </xs:complexType>
  314. </xs:element>
  315. <xs:element name="StopAttendanceResponse">
  316. <xs:complexType>
  317. <xs:sequence>
  318. <xs:element xmlns:q33="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopAttendanceResult" nillable="true" type="q33:ServiceResultEntity" />
  319. </xs:sequence>
  320. </xs:complexType>
  321. </xs:element>
  322. <xs:element name="AuditAttendance">
  323. <xs:complexType>
  324. <xs:sequence>
  325. <xs:element xmlns:q34="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q34:AttendanceEntity" />
  326. </xs:sequence>
  327. </xs:complexType>
  328. </xs:element>
  329. <xs:element name="AuditAttendanceResponse">
  330. <xs:complexType>
  331. <xs:sequence>
  332. <xs:element xmlns:q35="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditAttendanceResult" nillable="true" type="q35:ServiceResultEntity" />
  333. </xs:sequence>
  334. </xs:complexType>
  335. </xs:element>
  336. <xs:element name="GetAttendanceDetail">
  337. <xs:complexType>
  338. <xs:sequence>
  339. <xs:element xmlns:q36="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="attendanceDetailEntity" nillable="true" type="q36:AttendanceDetailEntity" />
  340. </xs:sequence>
  341. </xs:complexType>
  342. </xs:element>
  343. <xs:element name="GetAttendanceDetailResponse">
  344. <xs:complexType>
  345. <xs:sequence>
  346. <xs:element xmlns:q37="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetAttendanceDetailResult" nillable="true" type="q37:ServiceResultEntity" />
  347. </xs:sequence>
  348. </xs:complexType>
  349. </xs:element>
  350. <xs:element name="GetAttFinesRulesById">
  351. <xs:complexType>
  352. <xs:sequence>
  353. <xs:element minOccurs="0" name="AttendanceID" type="xs:int" />
  354. <xs:element minOccurs="0" name="JobsID" type="xs:int" />
  355. </xs:sequence>
  356. </xs:complexType>
  357. </xs:element>
  358. <xs:element name="GetAttFinesRulesByIdResponse">
  359. <xs:complexType>
  360. <xs:sequence>
  361. <xs:element xmlns:q38="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetAttFinesRulesByIdResult" nillable="true" type="q38:ServiceResultEntity" />
  362. </xs:sequence>
  363. </xs:complexType>
  364. </xs:element>
  365. <xs:element name="EditAttendanceDetail">
  366. <xs:complexType>
  367. <xs:sequence>
  368. <xs:element xmlns:q39="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="attendanceDetailEntity" nillable="true" type="q39:AttendanceDetailEntity" />
  369. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  370. <xs:complexType>
  371. <xs:annotation>
  372. <xs:appinfo>
  373. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  374. </xs:appinfo>
  375. </xs:annotation>
  376. <xs:sequence>
  377. <xs:element ref="xs:schema" />
  378. <xs:any />
  379. </xs:sequence>
  380. </xs:complexType>
  381. </xs:element>
  382. </xs:sequence>
  383. </xs:complexType>
  384. </xs:element>
  385. <xs:element name="EditAttendanceDetailResponse">
  386. <xs:complexType>
  387. <xs:sequence>
  388. <xs:element xmlns:q40="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditAttendanceDetailResult" nillable="true" type="q40:ServiceResultEntity" />
  389. </xs:sequence>
  390. </xs:complexType>
  391. </xs:element>
  392. <xs:element name="GetWages">
  393. <xs:complexType>
  394. <xs:sequence>
  395. <xs:element xmlns:q41="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="wagesEntity" nillable="true" type="q41:WagesEntity" />
  396. </xs:sequence>
  397. </xs:complexType>
  398. </xs:element>
  399. <xs:element name="GetWagesResponse">
  400. <xs:complexType>
  401. <xs:sequence>
  402. <xs:element xmlns:q42="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetWagesResult" nillable="true" type="q42:ServiceResultEntity" />
  403. </xs:sequence>
  404. </xs:complexType>
  405. </xs:element>
  406. <xs:element name="GetWagesDetailById">
  407. <xs:complexType>
  408. <xs:sequence>
  409. <xs:element minOccurs="0" name="WagesId" type="xs:int" />
  410. </xs:sequence>
  411. </xs:complexType>
  412. </xs:element>
  413. <xs:element name="GetWagesDetailByIdResponse">
  414. <xs:complexType>
  415. <xs:sequence>
  416. <xs:element xmlns:q43="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetWagesDetailByIdResult" nillable="true" type="q43:ServiceResultEntity" />
  417. </xs:sequence>
  418. </xs:complexType>
  419. </xs:element>
  420. <xs:element name="GetWagesGoodsDetail">
  421. <xs:complexType>
  422. <xs:sequence>
  423. <xs:element minOccurs="0" name="WagesId" type="xs:int" />
  424. <xs:element minOccurs="0" name="JobsId" type="xs:int" />
  425. </xs:sequence>
  426. </xs:complexType>
  427. </xs:element>
  428. <xs:element name="GetWagesGoodsDetailResponse">
  429. <xs:complexType>
  430. <xs:sequence>
  431. <xs:element xmlns:q44="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetWagesGoodsDetailResult" nillable="true" type="q44:ServiceResultEntity" />
  432. </xs:sequence>
  433. </xs:complexType>
  434. </xs:element>
  435. <xs:element name="AddWages">
  436. <xs:complexType>
  437. <xs:sequence>
  438. <xs:element xmlns:q45="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="wagesEntity" nillable="true" type="q45:WagesEntity" />
  439. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  440. <xs:complexType>
  441. <xs:annotation>
  442. <xs:appinfo>
  443. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  444. </xs:appinfo>
  445. </xs:annotation>
  446. <xs:sequence>
  447. <xs:element ref="xs:schema" />
  448. <xs:any />
  449. </xs:sequence>
  450. </xs:complexType>
  451. </xs:element>
  452. </xs:sequence>
  453. </xs:complexType>
  454. </xs:element>
  455. <xs:element name="AddWagesResponse">
  456. <xs:complexType>
  457. <xs:sequence>
  458. <xs:element xmlns:q46="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddWagesResult" nillable="true" type="q46:ServiceResultEntity" />
  459. </xs:sequence>
  460. </xs:complexType>
  461. </xs:element>
  462. <xs:element name="EditWages">
  463. <xs:complexType>
  464. <xs:sequence>
  465. <xs:element xmlns:q47="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="wagesEntity" nillable="true" type="q47:WagesEntity" />
  466. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  467. <xs:complexType>
  468. <xs:annotation>
  469. <xs:appinfo>
  470. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  471. </xs:appinfo>
  472. </xs:annotation>
  473. <xs:sequence>
  474. <xs:element ref="xs:schema" />
  475. <xs:any />
  476. </xs:sequence>
  477. </xs:complexType>
  478. </xs:element>
  479. </xs:sequence>
  480. </xs:complexType>
  481. </xs:element>
  482. <xs:element name="EditWagesResponse">
  483. <xs:complexType>
  484. <xs:sequence>
  485. <xs:element xmlns:q48="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditWagesResult" nillable="true" type="q48:ServiceResultEntity" />
  486. </xs:sequence>
  487. </xs:complexType>
  488. </xs:element>
  489. <xs:element name="AuditWages">
  490. <xs:complexType>
  491. <xs:sequence>
  492. <xs:element xmlns:q49="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="wagesEntity" nillable="true" type="q49:WagesEntity" />
  493. </xs:sequence>
  494. </xs:complexType>
  495. </xs:element>
  496. <xs:element name="AuditWagesResponse">
  497. <xs:complexType>
  498. <xs:sequence>
  499. <xs:element xmlns:q50="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditWagesResult" nillable="true" type="q50:ServiceResultEntity" />
  500. </xs:sequence>
  501. </xs:complexType>
  502. </xs:element>
  503. <xs:element name="StopWages">
  504. <xs:complexType>
  505. <xs:sequence>
  506. <xs:element xmlns:q51="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="wagesEntity" nillable="true" type="q51:WagesEntity" />
  507. </xs:sequence>
  508. </xs:complexType>
  509. </xs:element>
  510. <xs:element name="StopWagesResponse">
  511. <xs:complexType>
  512. <xs:sequence>
  513. <xs:element xmlns:q52="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopWagesResult" nillable="true" type="q52:ServiceResultEntity" />
  514. </xs:sequence>
  515. </xs:complexType>
  516. </xs:element>
  517. <xs:element name="EditWagesDetail">
  518. <xs:complexType>
  519. <xs:sequence>
  520. <xs:element minOccurs="0" name="WagesID" type="xs:int" />
  521. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  522. <xs:complexType>
  523. <xs:annotation>
  524. <xs:appinfo>
  525. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  526. </xs:appinfo>
  527. </xs:annotation>
  528. <xs:sequence>
  529. <xs:element ref="xs:schema" />
  530. <xs:any />
  531. </xs:sequence>
  532. </xs:complexType>
  533. </xs:element>
  534. </xs:sequence>
  535. </xs:complexType>
  536. </xs:element>
  537. <xs:element name="EditWagesDetailResponse">
  538. <xs:complexType>
  539. <xs:sequence>
  540. <xs:element xmlns:q53="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditWagesDetailResult" nillable="true" type="q53:ServiceResultEntity" />
  541. </xs:sequence>
  542. </xs:complexType>
  543. </xs:element>
  544. <xs:element name="EditWagesGoodsDetail">
  545. <xs:complexType>
  546. <xs:sequence>
  547. <xs:element minOccurs="0" name="WagesID" type="xs:int" />
  548. <xs:element minOccurs="0" name="JobsID" type="xs:int" />
  549. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  550. <xs:complexType>
  551. <xs:annotation>
  552. <xs:appinfo>
  553. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  554. </xs:appinfo>
  555. </xs:annotation>
  556. <xs:sequence>
  557. <xs:element ref="xs:schema" />
  558. <xs:any />
  559. </xs:sequence>
  560. </xs:complexType>
  561. </xs:element>
  562. </xs:sequence>
  563. </xs:complexType>
  564. </xs:element>
  565. <xs:element name="EditWagesGoodsDetailResponse">
  566. <xs:complexType>
  567. <xs:sequence>
  568. <xs:element xmlns:q54="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditWagesGoodsDetailResult" nillable="true" type="q54:ServiceResultEntity" />
  569. </xs:sequence>
  570. </xs:complexType>
  571. </xs:element>
  572. <xs:element name="AddQuality">
  573. <xs:complexType>
  574. <xs:sequence>
  575. <xs:element xmlns:q55="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q55:QualityEntity" />
  576. </xs:sequence>
  577. </xs:complexType>
  578. </xs:element>
  579. <xs:element name="AddQualityResponse">
  580. <xs:complexType>
  581. <xs:sequence>
  582. <xs:element xmlns:q56="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddQualityResult" nillable="true" type="q56:ServiceResultEntity" />
  583. </xs:sequence>
  584. </xs:complexType>
  585. </xs:element>
  586. <xs:element name="UpdateQuality">
  587. <xs:complexType>
  588. <xs:sequence>
  589. <xs:element xmlns:q57="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q57:QualityEntity" />
  590. </xs:sequence>
  591. </xs:complexType>
  592. </xs:element>
  593. <xs:element name="UpdateQualityResponse">
  594. <xs:complexType>
  595. <xs:sequence>
  596. <xs:element xmlns:q58="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="UpdateQualityResult" nillable="true" type="q58:ServiceResultEntity" />
  597. </xs:sequence>
  598. </xs:complexType>
  599. </xs:element>
  600. <xs:element name="AuditQuality">
  601. <xs:complexType>
  602. <xs:sequence>
  603. <xs:element xmlns:q59="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q59:QualityEntity" />
  604. </xs:sequence>
  605. </xs:complexType>
  606. </xs:element>
  607. <xs:element name="AuditQualityResponse">
  608. <xs:complexType>
  609. <xs:sequence>
  610. <xs:element xmlns:q60="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditQualityResult" nillable="true" type="q60:ServiceResultEntity" />
  611. </xs:sequence>
  612. </xs:complexType>
  613. </xs:element>
  614. <xs:element name="StopQuality">
  615. <xs:complexType>
  616. <xs:sequence>
  617. <xs:element xmlns:q61="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q61:QualityEntity" />
  618. </xs:sequence>
  619. </xs:complexType>
  620. </xs:element>
  621. <xs:element name="StopQualityResponse">
  622. <xs:complexType>
  623. <xs:sequence>
  624. <xs:element xmlns:q62="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopQualityResult" nillable="true" type="q62:ServiceResultEntity" />
  625. </xs:sequence>
  626. </xs:complexType>
  627. </xs:element>
  628. <xs:element name="GetQuality">
  629. <xs:complexType>
  630. <xs:sequence>
  631. <xs:element xmlns:q63="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="quality" nillable="true" type="q63:QualityEntity" />
  632. </xs:sequence>
  633. </xs:complexType>
  634. </xs:element>
  635. <xs:element name="GetQualityResponse">
  636. <xs:complexType>
  637. <xs:sequence>
  638. <xs:element xmlns:q64="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetQualityResult" nillable="true" type="q64:ServiceResultEntity" />
  639. </xs:sequence>
  640. </xs:complexType>
  641. </xs:element>
  642. <xs:element name="GetQualityDetailById">
  643. <xs:complexType>
  644. <xs:sequence>
  645. <xs:element minOccurs="0" name="qualityID" type="xs:int" />
  646. </xs:sequence>
  647. </xs:complexType>
  648. </xs:element>
  649. <xs:element name="GetQualityDetailByIdResponse">
  650. <xs:complexType>
  651. <xs:sequence>
  652. <xs:element xmlns:q65="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetQualityDetailByIdResult" nillable="true" type="q65:ServiceResultEntity" />
  653. </xs:sequence>
  654. </xs:complexType>
  655. </xs:element>
  656. <xs:element name="EditQualityDetail">
  657. <xs:complexType>
  658. <xs:sequence>
  659. <xs:element minOccurs="0" name="QualityID" type="xs:int" />
  660. <xs:element minOccurs="0" name="dsSourse" nillable="true">
  661. <xs:complexType>
  662. <xs:annotation>
  663. <xs:appinfo>
  664. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  665. </xs:appinfo>
  666. </xs:annotation>
  667. <xs:sequence>
  668. <xs:element ref="xs:schema" />
  669. <xs:any />
  670. </xs:sequence>
  671. </xs:complexType>
  672. </xs:element>
  673. </xs:sequence>
  674. </xs:complexType>
  675. </xs:element>
  676. <xs:element name="EditQualityDetailResponse">
  677. <xs:complexType>
  678. <xs:sequence>
  679. <xs:element xmlns:q66="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditQualityDetailResult" nillable="true" type="q66:ServiceResultEntity" />
  680. </xs:sequence>
  681. </xs:complexType>
  682. </xs:element>
  683. <xs:element name="AddProgress">
  684. <xs:complexType>
  685. <xs:sequence>
  686. <xs:element xmlns:q67="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q67:ProgressEntity" />
  687. </xs:sequence>
  688. </xs:complexType>
  689. </xs:element>
  690. <xs:element name="AddProgressResponse">
  691. <xs:complexType>
  692. <xs:sequence>
  693. <xs:element xmlns:q68="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddProgressResult" nillable="true" type="q68:ServiceResultEntity" />
  694. </xs:sequence>
  695. </xs:complexType>
  696. </xs:element>
  697. <xs:element name="UpdateProgress">
  698. <xs:complexType>
  699. <xs:sequence>
  700. <xs:element xmlns:q69="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q69:ProgressEntity" />
  701. </xs:sequence>
  702. </xs:complexType>
  703. </xs:element>
  704. <xs:element name="UpdateProgressResponse">
  705. <xs:complexType>
  706. <xs:sequence>
  707. <xs:element xmlns:q70="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="UpdateProgressResult" nillable="true" type="q70:ServiceResultEntity" />
  708. </xs:sequence>
  709. </xs:complexType>
  710. </xs:element>
  711. <xs:element name="AuditProgress">
  712. <xs:complexType>
  713. <xs:sequence>
  714. <xs:element xmlns:q71="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q71:ProgressEntity" />
  715. </xs:sequence>
  716. </xs:complexType>
  717. </xs:element>
  718. <xs:element name="AuditProgressResponse">
  719. <xs:complexType>
  720. <xs:sequence>
  721. <xs:element xmlns:q72="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditProgressResult" nillable="true" type="q72:ServiceResultEntity" />
  722. </xs:sequence>
  723. </xs:complexType>
  724. </xs:element>
  725. <xs:element name="StopProgress">
  726. <xs:complexType>
  727. <xs:sequence>
  728. <xs:element xmlns:q73="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q73:ProgressEntity" />
  729. </xs:sequence>
  730. </xs:complexType>
  731. </xs:element>
  732. <xs:element name="StopProgressResponse">
  733. <xs:complexType>
  734. <xs:sequence>
  735. <xs:element xmlns:q74="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopProgressResult" nillable="true" type="q74:ServiceResultEntity" />
  736. </xs:sequence>
  737. </xs:complexType>
  738. </xs:element>
  739. <xs:element name="GetProgress">
  740. <xs:complexType>
  741. <xs:sequence>
  742. <xs:element xmlns:q75="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="progres" nillable="true" type="q75:ProgressEntity" />
  743. </xs:sequence>
  744. </xs:complexType>
  745. </xs:element>
  746. <xs:element name="GetProgressResponse">
  747. <xs:complexType>
  748. <xs:sequence>
  749. <xs:element xmlns:q76="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetProgressResult" nillable="true" type="q76:ServiceResultEntity" />
  750. </xs:sequence>
  751. </xs:complexType>
  752. </xs:element>
  753. <xs:element name="GetProgressDetailById">
  754. <xs:complexType>
  755. <xs:sequence>
  756. <xs:element minOccurs="0" name="progresID" type="xs:int" />
  757. </xs:sequence>
  758. </xs:complexType>
  759. </xs:element>
  760. <xs:element name="GetProgressDetailByIdResponse">
  761. <xs:complexType>
  762. <xs:sequence>
  763. <xs:element xmlns:q77="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetProgressDetailByIdResult" nillable="true" type="q77:ServiceResultEntity" />
  764. </xs:sequence>
  765. </xs:complexType>
  766. </xs:element>
  767. <xs:element name="EditProgressDetail">
  768. <xs:complexType>
  769. <xs:sequence>
  770. <xs:element minOccurs="0" name="ProgressID" type="xs:int" />
  771. <xs:element minOccurs="0" name="dsSourse" nillable="true">
  772. <xs:complexType>
  773. <xs:annotation>
  774. <xs:appinfo>
  775. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  776. </xs:appinfo>
  777. </xs:annotation>
  778. <xs:sequence>
  779. <xs:element ref="xs:schema" />
  780. <xs:any />
  781. </xs:sequence>
  782. </xs:complexType>
  783. </xs:element>
  784. </xs:sequence>
  785. </xs:complexType>
  786. </xs:element>
  787. <xs:element name="EditProgressDetailResponse">
  788. <xs:complexType>
  789. <xs:sequence>
  790. <xs:element xmlns:q78="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditProgressDetailResult" nillable="true" type="q78:ServiceResultEntity" />
  791. </xs:sequence>
  792. </xs:complexType>
  793. </xs:element>
  794. <xs:element name="AddAdministration">
  795. <xs:complexType>
  796. <xs:sequence>
  797. <xs:element xmlns:q79="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q79:AdministrationEntity" />
  798. </xs:sequence>
  799. </xs:complexType>
  800. </xs:element>
  801. <xs:element name="AddAdministrationResponse">
  802. <xs:complexType>
  803. <xs:sequence>
  804. <xs:element xmlns:q80="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddAdministrationResult" nillable="true" type="q80:ServiceResultEntity" />
  805. </xs:sequence>
  806. </xs:complexType>
  807. </xs:element>
  808. <xs:element name="UpdateAdministration">
  809. <xs:complexType>
  810. <xs:sequence>
  811. <xs:element xmlns:q81="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q81:AdministrationEntity" />
  812. </xs:sequence>
  813. </xs:complexType>
  814. </xs:element>
  815. <xs:element name="UpdateAdministrationResponse">
  816. <xs:complexType>
  817. <xs:sequence>
  818. <xs:element xmlns:q82="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="UpdateAdministrationResult" nillable="true" type="q82:ServiceResultEntity" />
  819. </xs:sequence>
  820. </xs:complexType>
  821. </xs:element>
  822. <xs:element name="AuditAdministration">
  823. <xs:complexType>
  824. <xs:sequence>
  825. <xs:element xmlns:q83="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q83:AdministrationEntity" />
  826. </xs:sequence>
  827. </xs:complexType>
  828. </xs:element>
  829. <xs:element name="AuditAdministrationResponse">
  830. <xs:complexType>
  831. <xs:sequence>
  832. <xs:element xmlns:q84="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditAdministrationResult" nillable="true" type="q84:ServiceResultEntity" />
  833. </xs:sequence>
  834. </xs:complexType>
  835. </xs:element>
  836. <xs:element name="StopAdministration">
  837. <xs:complexType>
  838. <xs:sequence>
  839. <xs:element xmlns:q85="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="dfEntity" nillable="true" type="q85:AdministrationEntity" />
  840. </xs:sequence>
  841. </xs:complexType>
  842. </xs:element>
  843. <xs:element name="StopAdministrationResponse">
  844. <xs:complexType>
  845. <xs:sequence>
  846. <xs:element xmlns:q86="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopAdministrationResult" nillable="true" type="q86:ServiceResultEntity" />
  847. </xs:sequence>
  848. </xs:complexType>
  849. </xs:element>
  850. <xs:element name="GetAdministration">
  851. <xs:complexType>
  852. <xs:sequence>
  853. <xs:element xmlns:q87="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="administration" nillable="true" type="q87:AdministrationEntity" />
  854. </xs:sequence>
  855. </xs:complexType>
  856. </xs:element>
  857. <xs:element name="GetAdministrationResponse">
  858. <xs:complexType>
  859. <xs:sequence>
  860. <xs:element xmlns:q88="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetAdministrationResult" nillable="true" type="q88:ServiceResultEntity" />
  861. </xs:sequence>
  862. </xs:complexType>
  863. </xs:element>
  864. <xs:element name="GetAdminDetailEntityById">
  865. <xs:complexType>
  866. <xs:sequence>
  867. <xs:element minOccurs="0" name="administrationID" type="xs:int" />
  868. </xs:sequence>
  869. </xs:complexType>
  870. </xs:element>
  871. <xs:element name="GetAdminDetailEntityByIdResponse">
  872. <xs:complexType>
  873. <xs:sequence>
  874. <xs:element xmlns:q89="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetAdminDetailEntityByIdResult" nillable="true" type="q89:ServiceResultEntity" />
  875. </xs:sequence>
  876. </xs:complexType>
  877. </xs:element>
  878. <xs:element name="EditAdminDetail">
  879. <xs:complexType>
  880. <xs:sequence>
  881. <xs:element minOccurs="0" name="administrationID" type="xs:int" />
  882. <xs:element minOccurs="0" name="dsSourse" nillable="true">
  883. <xs:complexType>
  884. <xs:annotation>
  885. <xs:appinfo>
  886. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  887. </xs:appinfo>
  888. </xs:annotation>
  889. <xs:sequence>
  890. <xs:element ref="xs:schema" />
  891. <xs:any />
  892. </xs:sequence>
  893. </xs:complexType>
  894. </xs:element>
  895. </xs:sequence>
  896. </xs:complexType>
  897. </xs:element>
  898. <xs:element name="EditAdminDetailResponse">
  899. <xs:complexType>
  900. <xs:sequence>
  901. <xs:element xmlns:q90="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditAdminDetailResult" nillable="true" type="q90:ServiceResultEntity" />
  902. </xs:sequence>
  903. </xs:complexType>
  904. </xs:element>
  905. <xs:element name="GetManagerSalary">
  906. <xs:complexType>
  907. <xs:sequence>
  908. <xs:element xmlns:q91="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="msEntity" nillable="true" type="q91:ManagerSalaryEntity" />
  909. </xs:sequence>
  910. </xs:complexType>
  911. </xs:element>
  912. <xs:element name="GetManagerSalaryResponse">
  913. <xs:complexType>
  914. <xs:sequence>
  915. <xs:element xmlns:q92="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetManagerSalaryResult" nillable="true" type="q92:ServiceResultEntity" />
  916. </xs:sequence>
  917. </xs:complexType>
  918. </xs:element>
  919. <xs:element name="GetManagersById">
  920. <xs:complexType>
  921. <xs:sequence>
  922. <xs:element minOccurs="0" name="ManagerSalaryID" type="xs:int" />
  923. </xs:sequence>
  924. </xs:complexType>
  925. </xs:element>
  926. <xs:element name="GetManagersByIdResponse">
  927. <xs:complexType>
  928. <xs:sequence>
  929. <xs:element xmlns:q93="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetManagersByIdResult" nillable="true" type="q93:ServiceResultEntity" />
  930. </xs:sequence>
  931. </xs:complexType>
  932. </xs:element>
  933. <xs:element name="GetMembers">
  934. <xs:complexType>
  935. <xs:sequence>
  936. <xs:element minOccurs="0" name="ManagersID" type="xs:int" />
  937. </xs:sequence>
  938. </xs:complexType>
  939. </xs:element>
  940. <xs:element name="GetMembersResponse">
  941. <xs:complexType>
  942. <xs:sequence>
  943. <xs:element xmlns:q94="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="GetMembersResult" nillable="true" type="q94:ServiceResultEntity" />
  944. </xs:sequence>
  945. </xs:complexType>
  946. </xs:element>
  947. <xs:element name="AddManagerSalary">
  948. <xs:complexType>
  949. <xs:sequence>
  950. <xs:element xmlns:q95="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="msEntity" nillable="true" type="q95:ManagerSalaryEntity" />
  951. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  952. <xs:complexType>
  953. <xs:annotation>
  954. <xs:appinfo>
  955. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  956. </xs:appinfo>
  957. </xs:annotation>
  958. <xs:sequence>
  959. <xs:element ref="xs:schema" />
  960. <xs:any />
  961. </xs:sequence>
  962. </xs:complexType>
  963. </xs:element>
  964. </xs:sequence>
  965. </xs:complexType>
  966. </xs:element>
  967. <xs:element name="AddManagerSalaryResponse">
  968. <xs:complexType>
  969. <xs:sequence>
  970. <xs:element xmlns:q96="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AddManagerSalaryResult" nillable="true" type="q96:ServiceResultEntity" />
  971. </xs:sequence>
  972. </xs:complexType>
  973. </xs:element>
  974. <xs:element name="EditManagerSalary">
  975. <xs:complexType>
  976. <xs:sequence>
  977. <xs:element xmlns:q97="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="msEntity" nillable="true" type="q97:ManagerSalaryEntity" />
  978. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  979. <xs:complexType>
  980. <xs:annotation>
  981. <xs:appinfo>
  982. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  983. </xs:appinfo>
  984. </xs:annotation>
  985. <xs:sequence>
  986. <xs:element ref="xs:schema" />
  987. <xs:any />
  988. </xs:sequence>
  989. </xs:complexType>
  990. </xs:element>
  991. </xs:sequence>
  992. </xs:complexType>
  993. </xs:element>
  994. <xs:element name="EditManagerSalaryResponse">
  995. <xs:complexType>
  996. <xs:sequence>
  997. <xs:element xmlns:q98="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditManagerSalaryResult" nillable="true" type="q98:ServiceResultEntity" />
  998. </xs:sequence>
  999. </xs:complexType>
  1000. </xs:element>
  1001. <xs:element name="AuditManagerSalary">
  1002. <xs:complexType>
  1003. <xs:sequence>
  1004. <xs:element xmlns:q99="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="msEntity" nillable="true" type="q99:ManagerSalaryEntity" />
  1005. </xs:sequence>
  1006. </xs:complexType>
  1007. </xs:element>
  1008. <xs:element name="AuditManagerSalaryResponse">
  1009. <xs:complexType>
  1010. <xs:sequence>
  1011. <xs:element xmlns:q100="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="AuditManagerSalaryResult" nillable="true" type="q100:ServiceResultEntity" />
  1012. </xs:sequence>
  1013. </xs:complexType>
  1014. </xs:element>
  1015. <xs:element name="StopManagerSalary">
  1016. <xs:complexType>
  1017. <xs:sequence>
  1018. <xs:element xmlns:q101="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="msEntity" nillable="true" type="q101:ManagerSalaryEntity" />
  1019. </xs:sequence>
  1020. </xs:complexType>
  1021. </xs:element>
  1022. <xs:element name="StopManagerSalaryResponse">
  1023. <xs:complexType>
  1024. <xs:sequence>
  1025. <xs:element xmlns:q102="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="StopManagerSalaryResult" nillable="true" type="q102:ServiceResultEntity" />
  1026. </xs:sequence>
  1027. </xs:complexType>
  1028. </xs:element>
  1029. <xs:element name="EditMembers">
  1030. <xs:complexType>
  1031. <xs:sequence>
  1032. <xs:element minOccurs="0" name="ManagerSalaryID" type="xs:int" />
  1033. <xs:element minOccurs="0" name="ManagersID" type="xs:int" />
  1034. <xs:element minOccurs="0" name="dsDetail" nillable="true">
  1035. <xs:complexType>
  1036. <xs:annotation>
  1037. <xs:appinfo>
  1038. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  1039. </xs:appinfo>
  1040. </xs:annotation>
  1041. <xs:sequence>
  1042. <xs:element ref="xs:schema" />
  1043. <xs:any />
  1044. </xs:sequence>
  1045. </xs:complexType>
  1046. </xs:element>
  1047. </xs:sequence>
  1048. </xs:complexType>
  1049. </xs:element>
  1050. <xs:element name="EditMembersResponse">
  1051. <xs:complexType>
  1052. <xs:sequence>
  1053. <xs:element xmlns:q103="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" minOccurs="0" name="EditMembersResult" nillable="true" type="q103:ServiceResultEntity" />
  1054. </xs:sequence>
  1055. </xs:complexType>
  1056. </xs:element>
  1057. <xs:element name="GetAllUseStrategy">
  1058. <xs:complexType>
  1059. <xs:sequence>
  1060. <xs:element minOccurs="0" name="SalaryTimeS" type="xs:dateTime" />
  1061. </xs:sequence>
  1062. </xs:complexType>
  1063. </xs:element>
  1064. <xs:element name="GetAllUseStrategyResponse">
  1065. <xs:complexType>
  1066. <xs:sequence>
  1067. <xs:element minOccurs="0" name="GetAllUseStrategyResult" nillable="true">
  1068. <xs:complexType>
  1069. <xs:annotation>
  1070. <xs:appinfo>
  1071. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  1072. </xs:appinfo>
  1073. </xs:annotation>
  1074. <xs:sequence>
  1075. <xs:element ref="xs:schema" />
  1076. <xs:any />
  1077. </xs:sequence>
  1078. </xs:complexType>
  1079. </xs:element>
  1080. </xs:sequence>
  1081. </xs:complexType>
  1082. </xs:element>
  1083. </xs:schema>