workspace.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AnalysisUIOptions">
  4. <option name="GROUP_BY_SEVERITY" value="true" />
  5. </component>
  6. <component name="BranchesTreeState">
  7. <expand>
  8. <path>
  9. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  10. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. </path>
  12. <path>
  13. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  14. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. </path>
  16. <path>
  17. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  18. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  19. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  20. </path>
  21. </expand>
  22. <select />
  23. </component>
  24. <component name="ChangeListManager">
  25. <list default="true" id="de9b1cef-bcce-4b24-a294-70008dd01a64" name="Default Changelist" comment="">
  26. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/OmsshipInstructionsCapacityController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/OmsshipInstructionsCapacityController.java" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/OmsshipInstructionsCapacityServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/OmsshipInstructionsCapacityServiceImpl.java" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/OmsshipInstructionsCapacityController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/OmsshipInstructionsCapacityController.class" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/OmsshipInstructionsCapacityServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/OmsshipInstructionsCapacityServiceImpl.class" afterDir="false" />
  31. </list>
  32. <option name="SHOW_DIALOG" value="false" />
  33. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  34. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  35. <option name="LAST_RESOLUTION" value="IGNORE" />
  36. </component>
  37. <component name="Git.Settings">
  38. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  39. </component>
  40. <component name="GitSEFilterConfiguration">
  41. <file-type-list>
  42. <filtered-out-file-type name="LOCAL_BRANCH" />
  43. <filtered-out-file-type name="REMOTE_BRANCH" />
  44. <filtered-out-file-type name="TAG" />
  45. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  46. </file-type-list>
  47. </component>
  48. <component name="MavenImportPreferences">
  49. <option name="generalSettings">
  50. <MavenGeneralSettings>
  51. <option name="localRepository" value="C:\Maven\cangku" />
  52. <option name="mavenHome" value="$PROJECT_DIR$/../../project/apache-maven-3.5.0" />
  53. <option name="userSettingsFile" value="D:\project\apache-maven-3.5.0\conf\settings.xml" />
  54. </MavenGeneralSettings>
  55. </option>
  56. </component>
  57. <component name="ProblemsViewState">
  58. <option name="selectedIndex" value="2" />
  59. </component>
  60. <component name="ProjectId" id="20Xm1mGUleoJWX8DlQSIRJX7coB" />
  61. <component name="ProjectViewState">
  62. <option name="hideEmptyMiddlePackages" value="true" />
  63. <option name="showLibraryContents" value="true" />
  64. <option name="showVisibilityIcons" value="true" />
  65. </component>
  66. <component name="PropertiesComponent">
  67. <property name="DatabaseDriversLRU" value="oracle" />
  68. <property name="RequestMappingsPanelOrder0" value="0" />
  69. <property name="RequestMappingsPanelOrder1" value="1" />
  70. <property name="RequestMappingsPanelWidth0" value="75" />
  71. <property name="RequestMappingsPanelWidth1" value="75" />
  72. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  73. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  74. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  75. <property name="WebServerToolWindowFactoryState" value="false" />
  76. <property name="aspect.path.notification.shown" value="true" />
  77. <property name="full.screen.before.presentation.mode" value="true" />
  78. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  79. <property name="node.js.detected.package.eslint" value="true" />
  80. <property name="node.js.detected.package.tslint" value="true" />
  81. <property name="node.js.path.for.package.eslint" value="project" />
  82. <property name="node.js.path.for.package.tslint" value="project" />
  83. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  84. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  85. <property name="nodejs_package_manager_path" value="npm" />
  86. <property name="project.structure.last.edited" value="问题" />
  87. <property name="project.structure.proportion" value="0.15" />
  88. <property name="project.structure.side.proportion" value="0.2" />
  89. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  90. <property name="settings.editor.splitter.proportion" value="0.3058104" />
  91. <property name="vue.rearranger.settings.migration" value="true" />
  92. </component>
  93. <component name="RecentsManager">
  94. <key name="CopyClassDialog.RECENTS_KEY">
  95. <recent name="com.steerinfo.dil.util" />
  96. <recent name="com.steerinfo.dil.service" />
  97. <recent name="com.steerinfo.dil.service.impl" />
  98. <recent name="com.steerinfo.dil.mapper" />
  99. <recent name="com.steerinfo.dil.controller" />
  100. </key>
  101. <key name="CopyFile.RECENT_KEYS">
  102. <recent name="C:\stworkspace\rms12.7\DAL-DAZHOU-TMSSHIP-API\src\main\resources\com\steerinfo\dil\mapper" />
  103. <recent name="C:\stworkspace\rms12.7\DAL-DAZHOU-TMSSHIP-API\src\main\java\com\steerinfo\dil\service\impl" />
  104. <recent name="C:\stworkspace\rms12.7\DAL-DAZHOU-TMSSHIP-API\src\main\java\com\steerinfo\dil\service" />
  105. <recent name="C:\stworkspace\rms12.7\DAL-DAZHOU-TMSSHIP-API\src\main\java\com\steerinfo\dil\model" />
  106. <recent name="C:\stworkspace\rms12.7\DAL-DAZHOU-TMSSHIP-API\src\main\java\com\steerinfo\dil\mapper" />
  107. </key>
  108. </component>
  109. <component name="RunManager">
  110. <configuration name="DilApplicationMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  111. <module name="dil-tms" />
  112. <option name="SPRING_BOOT_MAIN_CLASS" value="com.steerinfo.DilApplicationMain" />
  113. <method v="2">
  114. <option name="Make" enabled="true" />
  115. </method>
  116. </configuration>
  117. </component>
  118. <component name="SpellCheckerSettings" BundledDictionaries="0" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" Dictionaries="0" CorrectionsLimit="5" DefaultDictionary="application-level" UseSingleDictionary="true" />
  119. <component name="SvnConfiguration">
  120. <configuration />
  121. </component>
  122. <component name="TaskManager">
  123. <task active="true" id="Default" summary="Default task">
  124. <changelist id="de9b1cef-bcce-4b24-a294-70008dd01a64" name="Default Changelist" comment="" />
  125. <created>1636199093883</created>
  126. <option name="number" value="Default" />
  127. <option name="presentableId" value="Default" />
  128. <updated>1636199093883</updated>
  129. <workItem from="1636199098738" duration="318000" />
  130. <workItem from="1636199434496" duration="710000" />
  131. <workItem from="1636200960445" duration="235000" />
  132. <workItem from="1636201360682" duration="245000" />
  133. <workItem from="1636201868226" duration="4010000" />
  134. <workItem from="1636332801851" duration="7402000" />
  135. <workItem from="1636444138333" duration="2914000" />
  136. <workItem from="1636512186193" duration="10149000" />
  137. <workItem from="1636531534134" duration="1058000" />
  138. <workItem from="1636532620106" duration="5825000" />
  139. <workItem from="1636544341470" duration="12000" />
  140. <workItem from="1636544395355" duration="5839000" />
  141. <workItem from="1636593806560" duration="13974000" />
  142. <workItem from="1636682548627" duration="2585000" />
  143. <workItem from="1636685226129" duration="4073000" />
  144. <workItem from="1636700814042" duration="442000" />
  145. <workItem from="1636702370148" duration="5105000" />
  146. <workItem from="1636719939751" duration="1666000" />
  147. <workItem from="1636766353639" duration="2925000" />
  148. <workItem from="1638761496956" duration="9004000" />
  149. <workItem from="1638770862849" duration="18765000" />
  150. <workItem from="1638839054806" duration="12266000" />
  151. <workItem from="1638878496787" duration="775000" />
  152. <workItem from="1638879307128" duration="410000" />
  153. <workItem from="1638879743061" duration="4527000" />
  154. <workItem from="1638924203240" duration="4209000" />
  155. <workItem from="1639136974680" duration="13884000" />
  156. <workItem from="1639186339530" duration="1399000" />
  157. <workItem from="1639356858265" duration="2852000" />
  158. </task>
  159. <servers />
  160. </component>
  161. <component name="TypeScriptGeneratedFilesManager">
  162. <option name="version" value="2" />
  163. </component>
  164. <component name="Vcs.Log.Tabs.Properties">
  165. <option name="TAB_STATES">
  166. <map>
  167. <entry key="MAIN">
  168. <value>
  169. <State />
  170. </value>
  171. </entry>
  172. </map>
  173. </option>
  174. <option name="oldMeFiltersMigrated" value="true" />
  175. </component>
  176. <component name="WindowStateProjectService">
  177. <state x="574" y="117" key="#com.intellij.ide.util.MemberChooser" timestamp="1639292450929">
  178. <screen x="0" y="0" width="1536" height="824" />
  179. </state>
  180. <state x="574" y="117" key="#com.intellij.ide.util.MemberChooser/0.0.1536.824@0.0.1536.824" timestamp="1639292450929" />
  181. <state x="549" y="167" key="FileChooserDialogImpl" timestamp="1639362264773">
  182. <screen x="0" y="0" width="1536" height="824" />
  183. </state>
  184. <state x="549" y="167" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1639362264773" />
  185. <state width="1493" height="124" key="GridCell.Tab.0.bottom" timestamp="1639364745998">
  186. <screen x="0" y="0" width="1536" height="824" />
  187. </state>
  188. <state width="1493" height="124" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  189. <state width="1493" height="124" key="GridCell.Tab.0.center" timestamp="1639364745998">
  190. <screen x="0" y="0" width="1536" height="824" />
  191. </state>
  192. <state width="1493" height="124" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  193. <state width="1493" height="124" key="GridCell.Tab.0.left" timestamp="1639364745998">
  194. <screen x="0" y="0" width="1536" height="824" />
  195. </state>
  196. <state width="1493" height="124" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  197. <state width="1493" height="124" key="GridCell.Tab.0.right" timestamp="1639364745998">
  198. <screen x="0" y="0" width="1536" height="824" />
  199. </state>
  200. <state width="1493" height="124" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  201. <state width="1493" height="124" key="GridCell.Tab.1.bottom" timestamp="1639364745998">
  202. <screen x="0" y="0" width="1536" height="824" />
  203. </state>
  204. <state width="1493" height="124" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  205. <state width="1493" height="124" key="GridCell.Tab.1.center" timestamp="1639364745998">
  206. <screen x="0" y="0" width="1536" height="824" />
  207. </state>
  208. <state width="1493" height="124" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  209. <state width="1493" height="124" key="GridCell.Tab.1.left" timestamp="1639364745998">
  210. <screen x="0" y="0" width="1536" height="824" />
  211. </state>
  212. <state width="1493" height="124" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  213. <state width="1493" height="124" key="GridCell.Tab.1.right" timestamp="1639364745998">
  214. <screen x="0" y="0" width="1536" height="824" />
  215. </state>
  216. <state width="1493" height="124" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  217. <state width="1493" height="124" key="GridCell.Tab.2.bottom" timestamp="1639364745999">
  218. <screen x="0" y="0" width="1536" height="824" />
  219. </state>
  220. <state width="1493" height="124" key="GridCell.Tab.2.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639364745999" />
  221. <state width="1493" height="124" key="GridCell.Tab.2.center" timestamp="1639364745999">
  222. <screen x="0" y="0" width="1536" height="824" />
  223. </state>
  224. <state width="1493" height="124" key="GridCell.Tab.2.center/0.0.1536.824@0.0.1536.824" timestamp="1639364745999" />
  225. <state width="1493" height="124" key="GridCell.Tab.2.left" timestamp="1639364745998">
  226. <screen x="0" y="0" width="1536" height="824" />
  227. </state>
  228. <state width="1493" height="124" key="GridCell.Tab.2.left/0.0.1536.824@0.0.1536.824" timestamp="1639364745998" />
  229. <state width="1493" height="124" key="GridCell.Tab.2.right" timestamp="1639364745999">
  230. <screen x="0" y="0" width="1536" height="824" />
  231. </state>
  232. <state width="1493" height="124" key="GridCell.Tab.2.right/0.0.1536.824@0.0.1536.824" timestamp="1639364745999" />
  233. <state x="270" y="56" key="SettingsEditor" timestamp="1639362268876">
  234. <screen x="0" y="0" width="1536" height="824" />
  235. </state>
  236. <state x="270" y="56" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1639362268876" />
  237. <state x="431" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1639360145823">
  238. <screen x="0" y="0" width="1536" height="824" />
  239. </state>
  240. <state x="431" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1639360145823" />
  241. </component>
  242. <component name="XDebuggerManager">
  243. <breakpoint-manager>
  244. <breakpoints>
  245. <line-breakpoint type="java-line">
  246. <url>file://$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/AmsshipDeliveryAttorneyServiceImpl.java</url>
  247. <line>44</line>
  248. <option name="timeStamp" value="12" />
  249. </line-breakpoint>
  250. <line-breakpoint type="java-line">
  251. <url>file://$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/AmsshipCargoTransferResultController.java</url>
  252. <line>165</line>
  253. <option name="timeStamp" value="20" />
  254. </line-breakpoint>
  255. <line-breakpoint type="java-line">
  256. <url>file://$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/AmsshipCargoTransferResultController.java</url>
  257. <line>176</line>
  258. <option name="timeStamp" value="23" />
  259. </line-breakpoint>
  260. <line-breakpoint type="java-line">
  261. <url>file://$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/TmsshipLoadShipResultServiceImpl.java</url>
  262. <line>116</line>
  263. <option name="timeStamp" value="25" />
  264. </line-breakpoint>
  265. <line-breakpoint type="java-line">
  266. <url>file://$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/ShipDynamicsController.java</url>
  267. <line>25</line>
  268. <option name="timeStamp" value="26" />
  269. </line-breakpoint>
  270. <line-breakpoint type="java-method">
  271. <url>file://$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/AmsshipCargoTransferResultController.java</url>
  272. <line>157</line>
  273. <properties class="com.steerinfo.dil.controller.AmsshipCargoTransferResultController" method="getGroupList">
  274. <option name="EMULATED" value="true" />
  275. </properties>
  276. <option name="timeStamp" value="17" />
  277. </line-breakpoint>
  278. </breakpoints>
  279. </breakpoint-manager>
  280. </component>
  281. <component name="XSLT-Support.FileAssociations.UIState">
  282. <expand />
  283. <select />
  284. </component>
  285. </project>