workspace.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. </expand>
  10. <select />
  11. </component>
  12. <component name="ChangeListManager">
  13. <list default="true" id="63a9508b-a79b-4e42-90a6-b7f9eba63c9f" name="Default Changelist" comment="">
  14. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCapacityController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCapacityController.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsConsigneeController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsConsigneeController.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsCapacityMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsCapacityMapper.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsCarDriverMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsCarDriverMapper.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsConsigneeMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsConsigneeMapper.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsMaterialMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsMaterialMapper.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/IRmsCapacityService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/IRmsCapacityService.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.java" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsConsigneeServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsConsigneeServiceImpl.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsCarDriverMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsCarDriverMapper.xml" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsConsigneeMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsConsigneeMapper.xml" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsMaterialMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsMaterialMapper.xml" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCapacityController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCapacityController.class" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsConsigneeController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsConsigneeController.class" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.class" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.class" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsConsigneeServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsConsigneeServiceImpl.class" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.class" afterDir="false" />
  36. </list>
  37. <option name="SHOW_DIALOG" value="false" />
  38. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  39. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  40. <option name="LAST_RESOLUTION" value="IGNORE" />
  41. </component>
  42. <component name="FileTemplateManagerImpl">
  43. <option name="RECENT_TEMPLATES">
  44. <list>
  45. <option value="Class" />
  46. </list>
  47. </option>
  48. </component>
  49. <component name="Git.Settings">
  50. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  51. </component>
  52. <component name="MavenImportPreferences">
  53. <option name="generalSettings">
  54. <MavenGeneralSettings>
  55. <option name="localRepository" value="C:\Maven\cangku" />
  56. <option name="mavenHome" value="$PROJECT_DIR$/../../../../Maven/apache-maven-3.5.0" />
  57. <option name="userSettingsFile" value="C:\Maven\apache-maven-3.5.0\conf\settings.xml" />
  58. </MavenGeneralSettings>
  59. </option>
  60. </component>
  61. <component name="ProjectId" id="22RUOijcqfbhd16tNawXmjbRHEA" />
  62. <component name="ProjectViewState">
  63. <option name="hideEmptyMiddlePackages" value="true" />
  64. <option name="showLibraryContents" value="true" />
  65. </component>
  66. <component name="PropertiesComponent">
  67. <property name="RequestMappingsPanelOrder0" value="0" />
  68. <property name="RequestMappingsPanelOrder1" value="1" />
  69. <property name="RequestMappingsPanelWidth0" value="75" />
  70. <property name="RequestMappingsPanelWidth1" value="75" />
  71. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  72. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  73. <property name="WebServerToolWindowFactoryState" value="false" />
  74. <property name="aspect.path.notification.shown" value="true" />
  75. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  76. <property name="node.js.detected.package.eslint" value="true" />
  77. <property name="node.js.detected.package.tslint" value="true" />
  78. <property name="node.js.path.for.package.eslint" value="project" />
  79. <property name="node.js.path.for.package.tslint" value="project" />
  80. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  81. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  82. <property name="nodejs_package_manager_path" value="npm" />
  83. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  84. </component>
  85. <component name="RecentsManager">
  86. <key name="CopyClassDialog.RECENTS_KEY">
  87. <recent name="com.steerinfo.dil.model" />
  88. </key>
  89. <key name="CopyFile.RECENT_KEYS">
  90. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\service\impl" />
  91. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\service" />
  92. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\resources\com\steerinfo\dil\mapper" />
  93. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\model" />
  94. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\mapper" />
  95. </key>
  96. </component>
  97. <component name="RunManager">
  98. <configuration name="DilApplicationMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  99. <module name="dil-api" />
  100. <option name="SPRING_BOOT_MAIN_CLASS" value="com.steerinfo.DilApplicationMain" />
  101. <method v="2">
  102. <option name="Make" enabled="true" />
  103. </method>
  104. </configuration>
  105. </component>
  106. <component name="SvnConfiguration">
  107. <configuration />
  108. </component>
  109. <component name="TaskManager">
  110. <task active="true" id="Default" summary="Default task">
  111. <changelist id="63a9508b-a79b-4e42-90a6-b7f9eba63c9f" name="Default Changelist" comment="" />
  112. <created>1639799862423</created>
  113. <option name="number" value="Default" />
  114. <option name="presentableId" value="Default" />
  115. <updated>1639799862423</updated>
  116. <workItem from="1639799866763" duration="17817000" />
  117. <workItem from="1639963691127" duration="15865000" />
  118. <workItem from="1639799866763" duration="19781000" />
  119. <workItem from="1639960339544" duration="3726000" />
  120. <workItem from="1640051164076" duration="1408000" />
  121. <workItem from="1640172635152" duration="309000" />
  122. <workItem from="1640222259574" duration="36095000" />
  123. <workItem from="1640308588528" duration="620000" />
  124. <workItem from="1640309362007" duration="9949000" />
  125. </task>
  126. <servers />
  127. </component>
  128. <component name="TypeScriptGeneratedFilesManager">
  129. <option name="version" value="2" />
  130. </component>
  131. <component name="Vcs.Log.Tabs.Properties">
  132. <option name="TAB_STATES">
  133. <map>
  134. <entry key="MAIN">
  135. <value>
  136. <State />
  137. </value>
  138. </entry>
  139. </map>
  140. </option>
  141. <option name="oldMeFiltersMigrated" value="true" />
  142. </component>
  143. <component name="WindowStateProjectService">
  144. <state x="535" y="56" key="#com.intellij.ide.util.MemberChooser" timestamp="1640232070241">
  145. <screen x="0" y="0" width="1536" height="824" />
  146. </state>
  147. <state x="446" y="46" key="#com.intellij.ide.util.MemberChooser/0.0.1280.680@0.0.1280.680" timestamp="1639985896075" />
  148. <state x="535" y="56" key="#com.intellij.ide.util.MemberChooser/0.0.1536.824@0.0.1536.824" timestamp="1640232070241" />
  149. <state x="544" y="279" width="448" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1640315914802">
  150. <screen x="0" y="0" width="1536" height="824" />
  151. </state>
  152. <state x="544" y="279" width="448" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/0.0.1536.824@0.0.1536.824" timestamp="1640315914802" />
  153. <state width="444" height="466" key="DebuggerActiveHint" timestamp="1639818003519">
  154. <screen x="0" y="0" width="1536" height="824" />
  155. </state>
  156. <state width="444" height="466" key="DebuggerActiveHint/0.0.1536.824@0.0.1536.824" timestamp="1639818003519" />
  157. <state x="549" y="166" key="FileChooserDialogImpl" timestamp="1640272173598">
  158. <screen x="0" y="0" width="1536" height="824" />
  159. </state>
  160. <state x="458" y="137" key="FileChooserDialogImpl/0.0.1280.680@0.0.1280.680" timestamp="1639965013078" />
  161. <state x="549" y="166" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1640272173598" />
  162. <state width="1493" height="136" key="GridCell.Tab.0.bottom" timestamp="1640319438696">
  163. <screen x="0" y="0" width="1536" height="824" />
  164. </state>
  165. <state width="1237" height="305" key="GridCell.Tab.0.bottom/0.0.1280.680@0.0.1280.680" timestamp="1639989735386" />
  166. <state width="1493" height="136" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1640319438696" />
  167. <state width="1493" height="136" key="GridCell.Tab.0.center" timestamp="1640319438696">
  168. <screen x="0" y="0" width="1536" height="824" />
  169. </state>
  170. <state width="1237" height="305" key="GridCell.Tab.0.center/0.0.1280.680@0.0.1280.680" timestamp="1639989735386" />
  171. <state width="1493" height="136" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1640319438696" />
  172. <state width="1493" height="136" key="GridCell.Tab.0.left" timestamp="1640319438695">
  173. <screen x="0" y="0" width="1536" height="824" />
  174. </state>
  175. <state width="1237" height="305" key="GridCell.Tab.0.left/0.0.1280.680@0.0.1280.680" timestamp="1639989735385" />
  176. <state width="1493" height="136" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1640319438695" />
  177. <state width="1493" height="136" key="GridCell.Tab.0.right" timestamp="1640319438696">
  178. <screen x="0" y="0" width="1536" height="824" />
  179. </state>
  180. <state width="1237" height="305" key="GridCell.Tab.0.right/0.0.1280.680@0.0.1280.680" timestamp="1639989735386" />
  181. <state width="1493" height="136" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1640319438696" />
  182. <state width="1493" height="136" key="GridCell.Tab.1.bottom" timestamp="1640319438696">
  183. <screen x="0" y="0" width="1536" height="824" />
  184. </state>
  185. <state width="1237" height="305" key="GridCell.Tab.1.bottom/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  186. <state width="1493" height="136" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1640319438696" />
  187. <state width="1493" height="136" key="GridCell.Tab.1.center" timestamp="1640319438696">
  188. <screen x="0" y="0" width="1536" height="824" />
  189. </state>
  190. <state width="1237" height="305" key="GridCell.Tab.1.center/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  191. <state width="1493" height="136" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1640319438696" />
  192. <state width="1493" height="136" key="GridCell.Tab.1.left" timestamp="1640319438696">
  193. <screen x="0" y="0" width="1536" height="824" />
  194. </state>
  195. <state width="1237" height="305" key="GridCell.Tab.1.left/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  196. <state width="1493" height="136" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1640319438696" />
  197. <state width="1493" height="136" key="GridCell.Tab.1.right" timestamp="1640319438696">
  198. <screen x="0" y="0" width="1536" height="824" />
  199. </state>
  200. <state width="1237" height="305" key="GridCell.Tab.1.right/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  201. <state width="1493" height="136" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1640319438696" />
  202. <state width="1493" height="136" key="GridCell.Tab.2.bottom" timestamp="1640319438697">
  203. <screen x="0" y="0" width="1536" height="824" />
  204. </state>
  205. <state width="1237" height="242" key="GridCell.Tab.2.bottom/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  206. <state width="1493" height="136" key="GridCell.Tab.2.bottom/0.0.1536.824@0.0.1536.824" timestamp="1640319438697" />
  207. <state width="1493" height="136" key="GridCell.Tab.2.center" timestamp="1640319438697">
  208. <screen x="0" y="0" width="1536" height="824" />
  209. </state>
  210. <state width="1237" height="242" key="GridCell.Tab.2.center/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  211. <state width="1493" height="136" key="GridCell.Tab.2.center/0.0.1536.824@0.0.1536.824" timestamp="1640319438697" />
  212. <state width="1493" height="136" key="GridCell.Tab.2.left" timestamp="1640319438697">
  213. <screen x="0" y="0" width="1536" height="824" />
  214. </state>
  215. <state width="1237" height="242" key="GridCell.Tab.2.left/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  216. <state width="1493" height="136" key="GridCell.Tab.2.left/0.0.1536.824@0.0.1536.824" timestamp="1640319438697" />
  217. <state width="1493" height="136" key="GridCell.Tab.2.right" timestamp="1640319438697">
  218. <screen x="0" y="0" width="1536" height="824" />
  219. </state>
  220. <state width="1237" height="242" key="GridCell.Tab.2.right/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  221. <state width="1493" height="136" key="GridCell.Tab.2.right/0.0.1536.824@0.0.1536.824" timestamp="1640319438697" />
  222. <state x="225" y="0" key="SettingsEditor" timestamp="1639963719060">
  223. <screen x="0" y="0" width="1280" height="680" />
  224. </state>
  225. <state x="225" y="0" key="SettingsEditor/0.0.1280.680@0.0.1280.680" timestamp="1639963719060" />
  226. <state x="270" y="56" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1639799919381" />
  227. <state x="235" y="0" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1639818889347">
  228. <screen x="0" y="0" width="1536" height="824" />
  229. </state>
  230. <state x="235" y="0" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1536.824@0.0.1536.824" timestamp="1639818889347" />
  231. <state x="425" y="187" key="run.anything.popup" timestamp="1640242657012">
  232. <screen x="0" y="0" width="1536" height="824" />
  233. </state>
  234. <state x="425" y="187" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1640242657012" />
  235. </component>
  236. </project>