workspace.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="ebc05332-7d4a-4b94-9ccd-3e5ff3d4f574" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/bo/ValidReporting.java" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/common/http/HttpsClient.java" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/controller/phone" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/Message.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/SubscribeMessages.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/TemplateData.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/mapper/SubscribeMessagesMapper.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/service/SubscribeMessagesService.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/service/impl/SubscribeMessagesServiceImpl.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/main/resources/mapper/SubscribeMessagesMapper.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/target/classes/application.yml" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/H3cReportingApplication.class" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/anno/AdminLoginCheck.class" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/anno/ParamCheck.class" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/anno/UserLoginCheck.class" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/aop/LoginCheckAspect.class" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/aop/ParamCheckAspect.class" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/CloseReporting.class" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/DeleteIds.class" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/DeleteReporting.class" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/ValidReporting.class" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/exception/BizCodeEnume.class" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/exception/MyExceptionHandler.class" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/exception/RRException.class" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/http/HttpsClient.class" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/BaseResult.class" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/CommonResult.class" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/MyQuery.class" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/PageParam.class" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/PageUtils.class" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/SQLFilter.class" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/config/JacksonConfig.class" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/config/MybatisPlusPageConfig.class" afterDir="false" />
  38. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/FileController.class" afterDir="false" />
  39. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/InformationReportingController.class" afterDir="false" />
  40. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/UserController.class" afterDir="false" />
  41. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/WxController.class" afterDir="false" />
  42. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/AdminLoginRequest.class" afterDir="false" />
  43. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/AdminPasswordUpdateRequest.class" afterDir="false" />
  44. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/ReportQueryRequest.class" afterDir="false" />
  45. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/UserQueryRequest.class" afterDir="false" />
  46. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/conver/LocalDateTimeConverter.class" afterDir="false" />
  47. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/conver/StatusConverter.class" afterDir="false" />
  48. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/InformationReportingDTO.class" afterDir="false" />
  49. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/ReportingDownloadDTO.class" afterDir="false" />
  50. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/UserDTO$UserDTOBuilder.class" afterDir="false" />
  51. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/UserDTO.class" afterDir="false" />
  52. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/InformationReporting.class" afterDir="false" />
  53. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/Message.class" afterDir="false" />
  54. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/SubscribeMessages.class" afterDir="false" />
  55. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/TemplateData.class" afterDir="false" />
  56. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/User.class" afterDir="false" />
  57. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/mapper/InformationReportingMapper.class" afterDir="false" />
  58. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/mapper/SubscribeMessagesMapper.class" afterDir="false" />
  59. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/mapper/UserMapper.class" afterDir="false" />
  60. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/InformationReportingService.class" afterDir="false" />
  61. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/SubscribeMessagesService.class" afterDir="false" />
  62. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/UserService.class" afterDir="false" />
  63. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/impl/InformationReportingServiceImpl.class" afterDir="false" />
  64. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/impl/SubscribeMessagesServiceImpl.class" afterDir="false" />
  65. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/impl/UserServiceImpl.class" afterDir="false" />
  66. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/util/CommonUtil.class" afterDir="false" />
  67. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/util/JWTUtil.class" afterDir="false" />
  68. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/util/RSAUtils.class" afterDir="false" />
  69. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/AddUserVO.class" afterDir="false" />
  70. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/InformationReportingVO.class" afterDir="false" />
  71. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/UserVO$UserVOBuilder.class" afterDir="false" />
  72. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/UserVO.class" afterDir="false" />
  73. <change afterPath="$PROJECT_DIR$/target/classes/mapper/InformationReportingMapper.xml" afterDir="false" />
  74. <change afterPath="$PROJECT_DIR$/target/classes/mapper/SubscribeMessagesMapper.xml" afterDir="false" />
  75. <change afterPath="$PROJECT_DIR$/target/classes/mapper/UserMapper.xml" afterDir="false" />
  76. <change afterPath="$PROJECT_DIR$/target/classes/smart-doc.json" afterDir="false" />
  77. <change afterPath="$PROJECT_DIR$/target/classes/static/doc/AllInOne.css" afterDir="false" />
  78. <change afterPath="$PROJECT_DIR$/target/classes/static/doc/index.html" afterDir="false" />
  79. <change afterPath="$PROJECT_DIR$/target/classes/static/doc/search.js" afterDir="false" />
  80. <change afterPath="$PROJECT_DIR$/target/h3c_reporting-0.0.1-SNAPSHOT.jar" afterDir="false" />
  81. <change afterPath="$PROJECT_DIR$/target/h3c_reporting-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
  82. <change afterPath="$PROJECT_DIR$/target/maven-archiver/pom.properties" afterDir="false" />
  83. <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  84. <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  85. <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" />
  86. <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" />
  87. <change afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.chuanghai.h3c_reporting.H3cReportingApplicationTests.xml" afterDir="false" />
  88. <change afterPath="$PROJECT_DIR$/target/surefire-reports/com.chuanghai.h3c_reporting.H3cReportingApplicationTests.txt" afterDir="false" />
  89. <change afterPath="$PROJECT_DIR$/target/test-classes/com/chuanghai/h3c_reporting/H3cReportingApplicationTests.class" afterDir="false" />
  90. </list>
  91. <option name="SHOW_DIALOG" value="false" />
  92. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  93. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  94. <option name="LAST_RESOLUTION" value="IGNORE" />
  95. </component>
  96. <component name="FileTemplateManagerImpl">
  97. <option name="RECENT_TEMPLATES">
  98. <list>
  99. <option value="Interface" />
  100. <option value="Class" />
  101. </list>
  102. </option>
  103. </component>
  104. <component name="Git.Settings">
  105. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  106. </component>
  107. <component name="MavenImportPreferences">
  108. <option name="generalSettings">
  109. <MavenGeneralSettings>
  110. <option name="mavenHome" value="D:/software1/apache-maven-3.6.0" />
  111. <option name="userSettingsFile" value="D:\software1\apache-maven-3.6.0\conf\settings.xml" />
  112. </MavenGeneralSettings>
  113. </option>
  114. </component>
  115. <component name="ProjectId" id="2VHqJrLWGuFT096jnod7MtqgluF" />
  116. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  117. <component name="ProjectViewState">
  118. <option name="showExcludedFiles" value="true" />
  119. <option name="showLibraryContents" value="true" />
  120. </component>
  121. <component name="PropertiesComponent">
  122. <property name="Downloaded.Files.Path.Enabled" value="false" />
  123. <property name="Repository.Attach.Annotations" value="false" />
  124. <property name="Repository.Attach.JavaDocs" value="false" />
  125. <property name="Repository.Attach.Sources" value="false" />
  126. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  127. <property name="WebServerToolWindowFactoryState" value="false" />
  128. <property name="aspect.path.notification.shown" value="true" />
  129. <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/resources/mapper" />
  130. <property name="node.js.detected.package.eslint" value="true" />
  131. <property name="node.js.detected.package.tslint" value="true" />
  132. <property name="node.js.path.for.package.eslint" value="project" />
  133. <property name="node.js.path.for.package.tslint" value="project" />
  134. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  135. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  136. <property name="project.structure.last.edited" value="Libraries" />
  137. <property name="project.structure.proportion" value="0.0" />
  138. <property name="project.structure.side.proportion" value="0.4091954" />
  139. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  140. </component>
  141. <component name="RecentsManager">
  142. <key name="CopyClassDialog.RECENTS_KEY">
  143. <recent name="com.chuanghai.h3c_reporting.bo" />
  144. </key>
  145. <key name="CopyFile.RECENT_KEYS">
  146. <recent name="C:\Users\yang'sheng\Desktop\华三\huasan-houtai\src\main\resources\mapper" />
  147. <recent name="C:\Users\yang'sheng\Desktop\华三\huasan-houtai\src\main\java\com\chuanghai\h3c_reporting\common\http" />
  148. </key>
  149. </component>
  150. <component name="RunManager" selected="Application.H3cReportingApplication">
  151. <configuration name="H3cReportingApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  152. <option name="MAIN_CLASS_NAME" value="com.chuanghai.h3c_reporting.H3cReportingApplication" />
  153. <module name="huasan-houtai" />
  154. <extension name="coverage">
  155. <pattern>
  156. <option name="PATTERN" value="com.chuanghai.h3c_reporting.*" />
  157. <option name="ENABLED" value="true" />
  158. </pattern>
  159. </extension>
  160. <method v="2">
  161. <option name="Make" enabled="true" />
  162. </method>
  163. </configuration>
  164. <configuration name="H3cReportingApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  165. <module name="huasan-houtai" />
  166. <option name="SPRING_BOOT_MAIN_CLASS" value="com.chuanghai.h3c_reporting.H3cReportingApplication" />
  167. <method v="2">
  168. <option name="Make" enabled="true" />
  169. </method>
  170. </configuration>
  171. <recent_temporary>
  172. <list>
  173. <item itemvalue="Application.H3cReportingApplication" />
  174. </list>
  175. </recent_temporary>
  176. </component>
  177. <component name="SvnConfiguration">
  178. <configuration />
  179. </component>
  180. <component name="TaskManager">
  181. <task active="true" id="Default" summary="Default task">
  182. <changelist id="ebc05332-7d4a-4b94-9ccd-3e5ff3d4f574" name="Default Changelist" comment="" />
  183. <created>1694503284301</created>
  184. <option name="number" value="Default" />
  185. <option name="presentableId" value="Default" />
  186. <updated>1694503284301</updated>
  187. <workItem from="1694503291932" duration="8000" />
  188. <workItem from="1694504560964" duration="1435000" />
  189. <workItem from="1694741180261" duration="4780000" />
  190. <workItem from="1694757815865" duration="3493000" />
  191. <workItem from="1695116000848" duration="5626000" />
  192. <workItem from="1695197504334" duration="13244000" />
  193. <workItem from="1695711913652" duration="10390000" />
  194. <workItem from="1696646051105" duration="13535000" />
  195. <workItem from="1696760293869" duration="1306000" />
  196. <workItem from="1697359393593" duration="17499000" />
  197. <workItem from="1697419592469" duration="8310000" />
  198. <workItem from="1697431578914" duration="7037000" />
  199. <workItem from="1697530767563" duration="1977000" />
  200. <workItem from="1697680639906" duration="930000" />
  201. <workItem from="1697708892263" duration="1087000" />
  202. <workItem from="1697785629436" duration="10281000" />
  203. <workItem from="1698052897305" duration="1601000" />
  204. <workItem from="1698129951556" duration="271000" />
  205. </task>
  206. <task id="LOCAL-00001" summary="项目迭代">
  207. <created>1698130112975</created>
  208. <option name="number" value="00001" />
  209. <option name="presentableId" value="LOCAL-00001" />
  210. <option name="project" value="LOCAL" />
  211. <updated>1698130112975</updated>
  212. </task>
  213. <option name="localTasksCounter" value="2" />
  214. <servers />
  215. </component>
  216. <component name="TypeScriptGeneratedFilesManager">
  217. <option name="version" value="1" />
  218. </component>
  219. <component name="VcsManagerConfiguration">
  220. <MESSAGE value="项目迭代" />
  221. <option name="LAST_COMMIT_MESSAGE" value="项目迭代" />
  222. </component>
  223. <component name="WindowStateProjectService">
  224. <state x="499" y="171" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog" timestamp="1697787744236">
  225. <screen x="0" y="0" width="1536" height="824" />
  226. </state>
  227. <state x="499" y="171" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog/0.0.1536.824@0.0.1536.824" timestamp="1697787744236" />
  228. <state x="515" y="221" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1698052940942">
  229. <screen x="0" y="0" width="1536" height="824" />
  230. </state>
  231. <state x="515" y="221" key="#com.intellij.fileTypes.FileTypeChooser/0.0.1536.824@0.0.1536.824" timestamp="1698052940942" />
  232. <state x="354" y="9" key="CommitChangelistDialog2" timestamp="1698130111986">
  233. <screen x="0" y="0" width="1536" height="824" />
  234. </state>
  235. <state x="354" y="9" key="CommitChangelistDialog2/0.0.1536.824@0.0.1536.824" timestamp="1698130111986" />
  236. <state x="549" y="171" key="FileChooserDialogImpl" timestamp="1694504766669">
  237. <screen x="0" y="0" width="1536" height="824" />
  238. </state>
  239. <state x="549" y="171" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1694504766669" />
  240. <state width="1493" height="168" key="GridCell.Tab.0.bottom" timestamp="1697796769285">
  241. <screen x="0" y="0" width="1536" height="824" />
  242. </state>
  243. <state width="1493" height="168" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1697796769285" />
  244. <state width="1493" height="168" key="GridCell.Tab.0.center" timestamp="1697796769284">
  245. <screen x="0" y="0" width="1536" height="824" />
  246. </state>
  247. <state width="1493" height="168" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1697796769284" />
  248. <state width="1493" height="168" key="GridCell.Tab.0.left" timestamp="1697796769283">
  249. <screen x="0" y="0" width="1536" height="824" />
  250. </state>
  251. <state width="1493" height="168" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1697796769283" />
  252. <state width="1493" height="168" key="GridCell.Tab.0.right" timestamp="1697796769285">
  253. <screen x="0" y="0" width="1536" height="824" />
  254. </state>
  255. <state width="1493" height="168" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1697796769285" />
  256. <state width="1493" height="168" key="GridCell.Tab.1.bottom" timestamp="1697796769288">
  257. <screen x="0" y="0" width="1536" height="824" />
  258. </state>
  259. <state width="1493" height="168" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1697796769288" />
  260. <state width="1493" height="168" key="GridCell.Tab.1.center" timestamp="1697796769286">
  261. <screen x="0" y="0" width="1536" height="824" />
  262. </state>
  263. <state width="1493" height="168" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1697796769286" />
  264. <state width="1493" height="168" key="GridCell.Tab.1.left" timestamp="1697796769286">
  265. <screen x="0" y="0" width="1536" height="824" />
  266. </state>
  267. <state width="1493" height="168" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1697796769286" />
  268. <state width="1493" height="168" key="GridCell.Tab.1.right" timestamp="1697796769287">
  269. <screen x="0" y="0" width="1536" height="824" />
  270. </state>
  271. <state width="1493" height="168" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1697796769287" />
  272. <state x="299" y="71" key="Maven.ArtifactSearchDialog" timestamp="1695718699243">
  273. <screen x="0" y="0" width="1536" height="824" />
  274. </state>
  275. <state x="299" y="71" key="Maven.ArtifactSearchDialog/0.0.1536.824@0.0.1536.824" timestamp="1695718699243" />
  276. <state x="272" y="0" key="SettingsEditor" timestamp="1695719126491">
  277. <screen x="0" y="0" width="1536" height="824" />
  278. </state>
  279. <state x="272" y="0" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1695719126491" />
  280. <state x="461" y="241" key="com.intellij.ide.util.TipDialog" timestamp="1698129980598">
  281. <screen x="0" y="0" width="1536" height="824" />
  282. </state>
  283. <state x="461" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1698129980598" />
  284. <state x="508" y="314" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD" timestamp="1695719124910">
  285. <screen x="0" y="0" width="1536" height="824" />
  286. </state>
  287. <state x="508" y="314" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD/0.0.1536.824@0.0.1536.824" timestamp="1695719124910" />
  288. <state x="327" y="155" width="1092" height="548" key="find.popup" timestamp="1697444511399">
  289. <screen x="0" y="0" width="1536" height="824" />
  290. </state>
  291. <state x="327" y="155" width="1092" height="548" key="find.popup/0.0.1536.824@0.0.1536.824" timestamp="1697444511399" />
  292. <state x="178" y="29" key="new project wizard" timestamp="1694758574905">
  293. <screen x="0" y="0" width="1536" height="824" />
  294. </state>
  295. <state x="178" y="29" key="new project wizard/0.0.1536.824@0.0.1536.824" timestamp="1694758574905" />
  296. <state x="425" y="187" width="672" height="677" key="run.anything.popup" timestamp="1694504735027">
  297. <screen x="0" y="0" width="1536" height="824" />
  298. </state>
  299. <state x="425" y="187" width="672" height="677" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1694504735027" />
  300. </component>
  301. </project>