workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="47e3e366-6c6f-4d58-936d-e2c777d5248c" name="Changes" comment="引江济太填报模块更新">
  8. <change afterPath="$PROJECT_DIR$/.trae/specs/yjjt-statistics/checklist.md" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.trae/specs/yjjt-statistics/spec.md" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.trae/specs/yjjt-statistics/tasks.md" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/gw-admin/src/main/java/com/goldenwater/web/controller/yjjt/YjjtFileController.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/gw-admin/src/main/java/com/goldenwater/web/controller/yjjt/YjjtStationController.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/gw-admin/src/main/java/com/goldenwater/web/controller/yjjt/YjjtStatisticsController.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/domain/YjjtDailyStatistics.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/domain/YjjtStation.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/domain/YjjtStatisticsDTO.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/domain/YjjtYearlyDataStatistics.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/domain/YjjtYearlyStatistics.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/mapper/YjjtStationMapper.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/mapper/YjjtStatisticsMapper.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/service/IYjjtFileService.java" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/service/IYjjtStationService.java" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/service/IYjjtStatisticsService.java" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/service/impl/YjjtFileServiceImpl.java" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/service/impl/YjjtStationServiceImpl.java" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/service/impl/YjjtStatisticsServiceImpl.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/resources/mapper/yjjt/YjjtStationMapper.xml" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/gw-gx/src/main/resources/mapper/yjjt/YjjtStatisticsMapper.xml" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/file/index.vue" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/station/index.vue" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/statistics/index.vue" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/stcdtongji/index.vue" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/.mybatis/index.json" beforeDir="false" afterPath="$PROJECT_DIR$/.mybatis/index.json" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/docs/init-yjjt-report-menu.sql" beforeDir="false" afterPath="$PROJECT_DIR$/docs/init-yjjt-report-menu.sql" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/domain/YjjtFile.java" beforeDir="false" afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/domain/YjjtFile.java" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/mapper/YjjtFileMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/gw-gx/src/main/java/com/goldenwater/yjjt/mapper/YjjtFileMapper.java" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/gw-gx/src/main/resources/mapper/yjjt/YjjtFileMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/gw-gx/src/main/resources/mapper/yjjt/YjjtFileMapper.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/gw-ui/src/api/yjjt/file.js" beforeDir="false" afterPath="$PROJECT_DIR$/gw-ui/src/api/yjjt/file.js" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/gw-ui/src/api/yjjt/station.js" beforeDir="false" afterPath="$PROJECT_DIR$/gw-ui/src/api/yjjt/station.js" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/gw-ui/src/api/yjjt/statistics.js" beforeDir="false" afterPath="$PROJECT_DIR$/gw-ui/src/api/yjjt/statistics.js" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/sl/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/sl/index.vue" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/sz/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/gw-ui/src/views/yjjtgl/sz/index.vue" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/sql/init-schema.sql" beforeDir="false" afterPath="$PROJECT_DIR$/sql/init-schema.sql" afterDir="false" />
  45. </list>
  46. <option name="SHOW_DIALOG" value="false" />
  47. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  48. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  49. <option name="LAST_RESOLUTION" value="IGNORE" />
  50. </component>
  51. <component name="FileTemplateManagerImpl">
  52. <option name="RECENT_TEMPLATES">
  53. <list>
  54. <option value="Vue Composition API Component" />
  55. </list>
  56. </option>
  57. </component>
  58. <component name="Git.Settings">
  59. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  60. </component>
  61. <component name="MarkdownSettingsMigration">
  62. <option name="stateVersion" value="1" />
  63. </component>
  64. <component name="ProjectColorInfo">{
  65. &quot;associatedIndex&quot;: 6
  66. }</component>
  67. <component name="ProjectId" id="3GilXgVLebSonpSTBqbmHOkX2Tj" />
  68. <component name="ProjectViewState">
  69. <option name="showLibraryContents" value="true" />
  70. </component>
  71. <component name="PropertiesComponent"><![CDATA[{
  72. "keyToString": {
  73. "Maven.tba-gx [clean].executor": "Run",
  74. "Maven.tba-gx [package].executor": "Run",
  75. "RequestMappingsPanelOrder0": "0",
  76. "RequestMappingsPanelOrder1": "1",
  77. "RequestMappingsPanelWidth0": "75",
  78. "RequestMappingsPanelWidth1": "75",
  79. "RunOnceActivity.OpenProjectViewOnStart": "true",
  80. "RunOnceActivity.ShowReadmeOnStart": "true",
  81. "Spring Boot.GoldenwaterApplication.executor": "Debug",
  82. "git-widget-placeholder": "master",
  83. "kotlin-language-version-configured": "true",
  84. "last_opened_file_path": "D:/guochan/tba-gx-guochan/gw-admin/src/main/resources/excel",
  85. "node.js.detected.package.eslint": "true",
  86. "node.js.detected.package.tslint": "true",
  87. "node.js.selected.package.eslint": "(autodetect)",
  88. "node.js.selected.package.tslint": "(autodetect)",
  89. "nodejs_package_manager_path": "npm",
  90. "project.structure.last.edited": "Modules",
  91. "project.structure.proportion": "0.0",
  92. "project.structure.side.proportion": "0.0",
  93. "ts.external.directory.path": "C:\\Program Files\\JetBrains\\IntelliJ IDEA 2023.3\\plugins\\javascript-impl\\jsLanguageServicesImpl\\external",
  94. "vue.rearranger.settings.migration": "true"
  95. },
  96. "keyToStringList": {
  97. "vue.recent.templates": [
  98. "Vue Composition API Component"
  99. ]
  100. }
  101. }]]></component>
  102. <component name="ReactorSettings">
  103. <option name="notificationShown" value="true" />
  104. </component>
  105. <component name="RecentsManager">
  106. <key name="CopyFile.RECENT_KEYS">
  107. <recent name="D:\guochan\tba-gx-guochan\gw-admin\src\main\resources\excel" />
  108. <recent name="D:\guochan\tba-gx-guochan" />
  109. </key>
  110. <key name="MoveFile.RECENT_KEYS">
  111. <recent name="D:\guochan\tba-gx-guochan\gw-ui\src\views\yjjtgl\statistics" />
  112. <recent name="D:\guochan\tba-gx-guochan\gw-admin\src\main\resources\excel\gx" />
  113. <recent name="D:\guochan\tba-gx-guochan\gw-admin\src\main\resources\excel\xaj" />
  114. <recent name="D:\guochan\tba-gx-guochan\gw-admin\src\main\resources\excel\yjjt" />
  115. <recent name="D:\guochan\tba-gx-guochan\gw-admin\src\main\resources\excel" />
  116. </key>
  117. <key name="CopyClassDialog.RECENTS_KEY">
  118. <recent name="com.goldenwater.yjjt.domain" />
  119. <recent name="com.goldenwater.common.core.domain.entity" />
  120. </key>
  121. </component>
  122. <component name="RunManager">
  123. <configuration name="GoldenwaterApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  124. <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  125. <module name="gw-admin" />
  126. <option name="SPRING_BOOT_MAIN_CLASS" value="com.goldenwater.GoldenwaterApplication" />
  127. <method v="2">
  128. <option name="Make" enabled="true" />
  129. </method>
  130. </configuration>
  131. </component>
  132. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  133. <component name="TaskManager">
  134. <task active="true" id="Default" summary="Default task">
  135. <changelist id="47e3e366-6c6f-4d58-936d-e2c777d5248c" name="Changes" comment="" />
  136. <created>1784462311611</created>
  137. <option name="number" value="Default" />
  138. <option name="presentableId" value="Default" />
  139. <updated>1784462311611</updated>
  140. <workItem from="1784462313263" duration="15807000" />
  141. <workItem from="1784552169374" duration="108000" />
  142. <workItem from="1784552288431" duration="1576000" />
  143. <workItem from="1784554052352" duration="251000" />
  144. <workItem from="1784555601774" duration="9332000" />
  145. <workItem from="1784612620123" duration="5387000" />
  146. <workItem from="1784769763049" duration="14652000" />
  147. <workItem from="1784859695139" duration="17091000" />
  148. </task>
  149. <task id="LOCAL-00001" summary="gengxin">
  150. <option name="closed" value="true" />
  151. <created>1784527597126</created>
  152. <option name="number" value="00001" />
  153. <option name="presentableId" value="LOCAL-00001" />
  154. <option name="project" value="LOCAL" />
  155. <updated>1784527597126</updated>
  156. </task>
  157. <task id="LOCAL-00002" summary="前端页面更新">
  158. <option name="closed" value="true" />
  159. <created>1784553778997</created>
  160. <option name="number" value="00002" />
  161. <option name="presentableId" value="LOCAL-00002" />
  162. <option name="project" value="LOCAL" />
  163. <updated>1784553778997</updated>
  164. </task>
  165. <task id="LOCAL-00003" summary="更新模块信息">
  166. <option name="closed" value="true" />
  167. <created>1784595684434</created>
  168. <option name="number" value="00003" />
  169. <option name="presentableId" value="LOCAL-00003" />
  170. <option name="project" value="LOCAL" />
  171. <updated>1784595684434</updated>
  172. </task>
  173. <task id="LOCAL-00004" summary="污染物信息查看功能">
  174. <option name="closed" value="true" />
  175. <created>1784603991272</created>
  176. <option name="number" value="00004" />
  177. <option name="presentableId" value="LOCAL-00004" />
  178. <option name="project" value="LOCAL" />
  179. <updated>1784603991272</updated>
  180. </task>
  181. <task id="LOCAL-00005" summary="数据展示宽度更新">
  182. <option name="closed" value="true" />
  183. <created>1784681836473</created>
  184. <option name="number" value="00005" />
  185. <option name="presentableId" value="LOCAL-00005" />
  186. <option name="project" value="LOCAL" />
  187. <updated>1784681836473</updated>
  188. </task>
  189. <task id="LOCAL-00006" summary="水利工程运行管理系统">
  190. <option name="closed" value="true" />
  191. <created>1784785388499</created>
  192. <option name="number" value="00006" />
  193. <option name="presentableId" value="LOCAL-00006" />
  194. <option name="project" value="LOCAL" />
  195. <updated>1784785388499</updated>
  196. </task>
  197. <task id="LOCAL-00007" summary="引江济太填报模块更新">
  198. <option name="closed" value="true" />
  199. <created>1784858580811</created>
  200. <option name="number" value="00007" />
  201. <option name="presentableId" value="LOCAL-00007" />
  202. <option name="project" value="LOCAL" />
  203. <updated>1784858580811</updated>
  204. </task>
  205. <option name="localTasksCounter" value="8" />
  206. <servers />
  207. </component>
  208. <component name="TypeScriptGeneratedFilesManager">
  209. <option name="version" value="3" />
  210. </component>
  211. <component name="Vcs.Log.History.Properties">
  212. <option name="COLUMN_ID_ORDER">
  213. <list>
  214. <option value="Default.Root" />
  215. <option value="Default.Author" />
  216. <option value="Default.Date" />
  217. <option value="Default.Subject" />
  218. <option value="Space.CommitStatus" />
  219. </list>
  220. </option>
  221. </component>
  222. <component name="Vcs.Log.Tabs.Properties">
  223. <option name="TAB_STATES">
  224. <map>
  225. <entry key="MAIN">
  226. <value>
  227. <State />
  228. </value>
  229. </entry>
  230. </map>
  231. </option>
  232. </component>
  233. <component name="VcsManagerConfiguration">
  234. <MESSAGE value="gengxin" />
  235. <MESSAGE value="前端页面更新" />
  236. <MESSAGE value="更新模块信息" />
  237. <MESSAGE value="污染物信息查看功能" />
  238. <MESSAGE value="数据展示宽度更新" />
  239. <MESSAGE value="水利工程运行管理系统" />
  240. <MESSAGE value="引江济太填报模块更新" />
  241. <option name="LAST_COMMIT_MESSAGE" value="引江济太填报模块更新" />
  242. </component>
  243. </project>