workspace.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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="42a0d34b-c484-4704-92dd-be5ac61d2f66" name="Changes" comment="">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/mapper/HouseNumberStateMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/mapper/HouseNumberStateMapper.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/model/dto/OpenRoomsDto.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/model/dto/OpenRoomsDto.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/model/vo/ParticularHouseNumberStatusVo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/model/vo/ParticularHouseNumberStatusVo.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/services/HouseNumberStateService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/services/HouseNumberStateService.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/services/impl/HouseNumberStateServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/services/impl/HouseNumberStateServiceImpl.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/main/resources/mapper/template/HouseNumberStateMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/mapper/template/HouseNumberStateMapper.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/target/classes/com/template/controller/HouseNumberStateController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/controller/HouseNumberStateController.class" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/target/classes/com/template/controller/HouseOrderController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/controller/HouseOrderController.class" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/target/classes/com/template/mapper/HouseNumberStateMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/mapper/HouseNumberStateMapper.class" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/target/classes/com/template/model/vo/ParticularHouseNumberStatusVo.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/model/vo/ParticularHouseNumberStatusVo.class" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/target/classes/com/template/services/HouseNumberStateService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/services/HouseNumberStateService.class" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/target/classes/com/template/services/impl/HouseNumberStateServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/services/impl/HouseNumberStateServiceImpl.class" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/target/classes/mapper/template/HouseNumberStateMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/mapper/template/HouseNumberStateMapper.xml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
  26. </list>
  27. <option name="SHOW_DIALOG" value="false" />
  28. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  29. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  30. <option name="LAST_RESOLUTION" value="IGNORE" />
  31. </component>
  32. <component name="FileTemplateManagerImpl">
  33. <option name="RECENT_TEMPLATES">
  34. <list>
  35. <option value="Interface" />
  36. <option value="Class" />
  37. </list>
  38. </option>
  39. </component>
  40. <component name="Git.Settings">
  41. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  42. </component>
  43. <component name="MarkdownSettingsMigration">
  44. <option name="stateVersion" value="1" />
  45. </component>
  46. <component name="MavenImportPreferences">
  47. <option name="generalSettings">
  48. <MavenGeneralSettings>
  49. <option name="mavenHome" value="D:/soft/maven/apache-maven-3.8.6" />
  50. <option name="userSettingsFile" value="D:\soft\maven\apache-maven-3.8.6\conf\settings.xml" />
  51. </MavenGeneralSettings>
  52. </option>
  53. </component>
  54. <component name="MavenRunner">
  55. <option name="skipTests" value="true" />
  56. </component>
  57. <component name="ProblemsViewState">
  58. <option name="selectedTabId" value="CurrentFile" />
  59. </component>
  60. <component name="ProjectId" id="2YHd6TDRlyqYh3OC9nI7fVxdhno" />
  61. <component name="ProjectViewState">
  62. <option name="showExcludedFiles" value="false" />
  63. <option name="showLibraryContents" value="true" />
  64. </component>
  65. <component name="PropertiesComponent">{
  66. &quot;keyToString&quot;: {
  67. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  68. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  69. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  70. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  71. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  72. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  73. &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
  74. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  75. &quot;last_opened_file_path&quot;: &quot;E:/2024project/iHotel_student_houtai&quot;,
  76. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  77. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  78. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  79. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  80. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  81. &quot;project.structure.last.edited&quot;: &quot;Project&quot;,
  82. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  83. &quot;project.structure.side.proportion&quot;: &quot;0.0&quot;,
  84. &quot;settings.editor.selected.configurable&quot;: &quot;MavenSettings&quot;,
  85. &quot;spring.configuration.checksum&quot;: &quot;f6966ce39847c3d9a18b4a1dfc3fec06&quot;
  86. }
  87. }</component>
  88. <component name="RecentsManager">
  89. <key name="CopyFile.RECENT_KEYS">
  90. <recent name="E:\2024project\iHotel_student_houtai\src\main\resources" />
  91. <recent name="E:\company\iHotel_student_houtai\src\main\java\com\template\common\utils" />
  92. <recent name="E:\company\iHotel_student_houtai\src\main\java\com\template\model\weixin" />
  93. </key>
  94. <key name="MoveFile.RECENT_KEYS">
  95. <recent name="E:\2024project\iHotel_student_houtai\src\main\resources\mapper\template" />
  96. <recent name="E:\company\iHotel_student_houtai\src\main\resources\mapper\template" />
  97. <recent name="E:\company\iHotel_student_houtai\src\main\resources\mapper" />
  98. </key>
  99. <key name="CopyClassDialog.RECENTS_KEY">
  100. <recent name="com.template.common.utils" />
  101. <recent name="com.template.common.utils.weixin" />
  102. <recent name="com.template.model.weixin" />
  103. <recent name="com.template.config" />
  104. </key>
  105. </component>
  106. <component name="RunDashboard">
  107. <option name="configurationTypes">
  108. <set>
  109. <option value="SpringBootApplicationConfigurationType" />
  110. </set>
  111. </option>
  112. </component>
  113. <component name="RunManager" selected="Spring Boot.MybatisPlusApplication">
  114. <configuration name="AesUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  115. <option name="MAIN_CLASS_NAME" value="com.template.common.utils.AesUtils" />
  116. <module name="iHotel_student_houtai" />
  117. <extension name="coverage">
  118. <pattern>
  119. <option name="PATTERN" value="com.template.common.utils.*" />
  120. <option name="ENABLED" value="true" />
  121. </pattern>
  122. </extension>
  123. <method v="2">
  124. <option name="Make" enabled="true" />
  125. </method>
  126. </configuration>
  127. <configuration name="AppletLoginController" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  128. <option name="MAIN_CLASS_NAME" value="com.template.controller.AppletLoginController" />
  129. <module name="iHotel_student_houtai" />
  130. <extension name="coverage">
  131. <pattern>
  132. <option name="PATTERN" value="com.template.controller.*" />
  133. <option name="ENABLED" value="true" />
  134. </pattern>
  135. </extension>
  136. <method v="2">
  137. <option name="Make" enabled="true" />
  138. </method>
  139. </configuration>
  140. <configuration name="AutoCode" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  141. <option name="MAIN_CLASS_NAME" value="com.template.AutoCode" />
  142. <module name="iHotel_student_houtai" />
  143. <extension name="coverage">
  144. <pattern>
  145. <option name="PATTERN" value="com.template.*" />
  146. <option name="ENABLED" value="true" />
  147. </pattern>
  148. </extension>
  149. <method v="2">
  150. <option name="Make" enabled="true" />
  151. </method>
  152. </configuration>
  153. <configuration name="DateTimeZoneUtil" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  154. <option name="MAIN_CLASS_NAME" value="com.template.model.weixin.DateTimeZoneUtil" />
  155. <module name="iHotel_student_houtai" />
  156. <extension name="coverage">
  157. <pattern>
  158. <option name="PATTERN" value="com.template.model.weixin.*" />
  159. <option name="ENABLED" value="true" />
  160. </pattern>
  161. </extension>
  162. <method v="2">
  163. <option name="Make" enabled="true" />
  164. </method>
  165. </configuration>
  166. <configuration name="HouseOrderController" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  167. <option name="MAIN_CLASS_NAME" value="com.template.controller.HouseOrderController" />
  168. <module name="iHotel_student_houtai" />
  169. <extension name="coverage">
  170. <pattern>
  171. <option name="PATTERN" value="com.template.controller.*" />
  172. <option name="ENABLED" value="true" />
  173. </pattern>
  174. </extension>
  175. <method v="2">
  176. <option name="Make" enabled="true" />
  177. </method>
  178. </configuration>
  179. <configuration name="MybatisPlusApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  180. <option name="ACTIVE_PROFILES" />
  181. <module name="iHotel_student_houtai" />
  182. <option name="SPRING_BOOT_MAIN_CLASS" value="com.template.MybatisPlusApplication" />
  183. <extension name="coverage">
  184. <pattern>
  185. <option name="PATTERN" value="com.template.*" />
  186. <option name="ENABLED" value="true" />
  187. </pattern>
  188. </extension>
  189. <method v="2">
  190. <option name="Make" enabled="true" />
  191. </method>
  192. </configuration>
  193. <list>
  194. <item itemvalue="Application.AesUtils" />
  195. <item itemvalue="Application.AppletLoginController" />
  196. <item itemvalue="Application.DateTimeZoneUtil" />
  197. <item itemvalue="Application.HouseOrderController" />
  198. <item itemvalue="Application.AutoCode" />
  199. <item itemvalue="Spring Boot.MybatisPlusApplication" />
  200. </list>
  201. <recent_temporary>
  202. <list>
  203. <item itemvalue="Application.DateTimeZoneUtil" />
  204. <item itemvalue="Application.AppletLoginController" />
  205. <item itemvalue="Application.AesUtils" />
  206. <item itemvalue="Application.HouseOrderController" />
  207. <item itemvalue="Application.AutoCode" />
  208. </list>
  209. </recent_temporary>
  210. </component>
  211. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  212. <component name="SpringBootOptions">
  213. <option name="showAdditionalConfigNotification" value="false" />
  214. </component>
  215. <component name="SshConsoleOptionsProvider">
  216. <option name="myEncoding" value="UTF-8" />
  217. </component>
  218. <component name="TaskManager">
  219. <task active="true" id="Default" summary="Default task">
  220. <changelist id="42a0d34b-c484-4704-92dd-be5ac61d2f66" name="Changes" comment="" />
  221. <created>1700186263832</created>
  222. <option name="number" value="Default" />
  223. <option name="presentableId" value="Default" />
  224. <updated>1700186263832</updated>
  225. <workItem from="1700186265128" duration="1452000" />
  226. <workItem from="1700187845025" duration="272442000" />
  227. <workItem from="1701824578863" duration="148698000" />
  228. <workItem from="1703235523569" duration="695000" />
  229. <workItem from="1707035814786" duration="26000" />
  230. <workItem from="1707125933388" duration="758000" />
  231. <workItem from="1707127543620" duration="194000" />
  232. <workItem from="1707183565887" duration="4060000" />
  233. <workItem from="1708478601045" duration="43000" />
  234. <workItem from="1708672733279" duration="19000" />
  235. <workItem from="1708672767815" duration="12000" />
  236. <workItem from="1708672786015" duration="3000" />
  237. <workItem from="1708672802540" duration="50451000" />
  238. <workItem from="1709263276404" duration="690000" />
  239. <workItem from="1709272855362" duration="148572000" />
  240. <workItem from="1710723486251" duration="146091000" />
  241. <workItem from="1711501418779" duration="16617000" />
  242. <workItem from="1711588157060" duration="32709000" />
  243. <workItem from="1711935512322" duration="2237000" />
  244. <workItem from="1711955623454" duration="111270000" />
  245. <workItem from="1712711167230" duration="81261000" />
  246. <workItem from="1713230566228" duration="80634000" />
  247. <workItem from="1714016912493" duration="11299000" />
  248. <workItem from="1714984629640" duration="102282000" />
  249. <workItem from="1715826083663" duration="6440000" />
  250. <workItem from="1716780091292" duration="1118000" />
  251. <workItem from="1717117321985" duration="1228000" />
  252. <workItem from="1717380643450" duration="6764000" />
  253. <workItem from="1718351916607" duration="1852000" />
  254. <workItem from="1718589597123" duration="9394000" />
  255. <workItem from="1718790560373" duration="618000" />
  256. <workItem from="1718855981011" duration="13620000" />
  257. <workItem from="1719450617842" duration="1267000" />
  258. <workItem from="1719468917857" duration="202000" />
  259. <workItem from="1719803543119" duration="45843000" />
  260. </task>
  261. <servers />
  262. </component>
  263. <component name="TypeScriptGeneratedFilesManager">
  264. <option name="version" value="3" />
  265. </component>
  266. <component name="Vcs.Log.Tabs.Properties">
  267. <option name="TAB_STATES">
  268. <map>
  269. <entry key="MAIN">
  270. <value>
  271. <State />
  272. </value>
  273. </entry>
  274. </map>
  275. </option>
  276. </component>
  277. <component name="XDebuggerManager">
  278. <breakpoint-manager>
  279. <breakpoints>
  280. <line-breakpoint enabled="true" type="java-line">
  281. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/ClassScheduleController.java</url>
  282. <line>98</line>
  283. <option name="timeStamp" value="15" />
  284. </line-breakpoint>
  285. <line-breakpoint enabled="true" type="java-line">
  286. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/ClassScheduleController.java</url>
  287. <line>124</line>
  288. <option name="timeStamp" value="16" />
  289. </line-breakpoint>
  290. <line-breakpoint enabled="true" type="java-line">
  291. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  292. <line>547</line>
  293. <option name="timeStamp" value="48" />
  294. </line-breakpoint>
  295. <line-breakpoint enabled="true" type="java-line">
  296. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  297. <line>872</line>
  298. <option name="timeStamp" value="50" />
  299. </line-breakpoint>
  300. <line-breakpoint enabled="true" type="java-line">
  301. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  302. <line>637</line>
  303. <option name="timeStamp" value="61" />
  304. </line-breakpoint>
  305. <line-breakpoint enabled="true" type="java-line">
  306. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  307. <line>692</line>
  308. <option name="timeStamp" value="62" />
  309. </line-breakpoint>
  310. <line-breakpoint enabled="true" type="java-line">
  311. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  312. <line>656</line>
  313. <option name="timeStamp" value="64" />
  314. </line-breakpoint>
  315. <line-breakpoint enabled="true" type="java-line">
  316. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/UsersMenuController.java</url>
  317. <line>108</line>
  318. <option name="timeStamp" value="72" />
  319. </line-breakpoint>
  320. <line-breakpoint enabled="true" type="java-line">
  321. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  322. <line>103</line>
  323. <option name="timeStamp" value="129" />
  324. </line-breakpoint>
  325. <line-breakpoint enabled="true" type="java-line">
  326. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  327. <line>114</line>
  328. <option name="timeStamp" value="130" />
  329. </line-breakpoint>
  330. <line-breakpoint enabled="true" type="java-line">
  331. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  332. <line>131</line>
  333. <option name="timeStamp" value="131" />
  334. </line-breakpoint>
  335. <line-breakpoint enabled="true" type="java-line">
  336. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  337. <line>135</line>
  338. <option name="timeStamp" value="132" />
  339. </line-breakpoint>
  340. <line-breakpoint enabled="true" type="java-line">
  341. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/UnlockingAdminController.java</url>
  342. <line>112</line>
  343. <option name="timeStamp" value="163" />
  344. </line-breakpoint>
  345. <line-breakpoint enabled="true" type="java-line">
  346. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/UnlockingAdminController.java</url>
  347. <line>102</line>
  348. <option name="timeStamp" value="166" />
  349. </line-breakpoint>
  350. <line-breakpoint enabled="true" type="java-line">
  351. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java</url>
  352. <line>1775</line>
  353. <option name="timeStamp" value="179" />
  354. </line-breakpoint>
  355. <line-breakpoint enabled="true" type="java-line">
  356. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java</url>
  357. <line>1592</line>
  358. <option name="timeStamp" value="181" />
  359. </line-breakpoint>
  360. <line-breakpoint enabled="true" type="java-line">
  361. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java</url>
  362. <line>1623</line>
  363. <option name="timeStamp" value="218" />
  364. </line-breakpoint>
  365. <line-breakpoint enabled="true" type="java-line">
  366. <url>file://$PROJECT_DIR$/src/main/java/com/template/model/weixin/MyRestTempleteUtil.java</url>
  367. <line>33</line>
  368. <option name="timeStamp" value="224" />
  369. </line-breakpoint>
  370. <line-breakpoint enabled="true" type="java-line">
  371. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  372. <line>432</line>
  373. <option name="timeStamp" value="228" />
  374. </line-breakpoint>
  375. </breakpoints>
  376. </breakpoint-manager>
  377. <watches-manager>
  378. <configuration name="SpringBootApplicationConfigurationType">
  379. <watch expression="housePrices" />
  380. </configuration>
  381. </watches-manager>
  382. </component>
  383. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  384. <SUITE FILE_PATH="coverage/iHotel_student_houtai$SubscribeSample.ic" NAME="SubscribeSample Coverage Results" MODIFIED="1710380614726" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false">
  385. <FILTER>com.template.common.utils.*</FILTER>
  386. </SUITE>
  387. </component>
  388. </project>