workspace.xml 18 KB

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