workspace.xml 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="aea4e25b-646a-4ad1-9dc9-156d47497795" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/controller/EnvElectricityDayController.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/controller/EnvElectricityDayController.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/BaseDeviceCofigMapper.java" beforeDir="false" />
  8. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/EnvWaterDayMapper.java" beforeDir="false" />
  9. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/LampConfigMapper.java" beforeDir="false" />
  10. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/xml/EnvWaterDayMapper.xml" beforeDir="false" />
  11. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvElectricityDayService.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvElectricityDayService.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvElectricityMonthService.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvElectricityMonthService.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvWaterDayService.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvWaterDayService.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvWaterMonthService.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/EnvWaterMonthService.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/IBaseDeviceCofigService.java" beforeDir="false" />
  16. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/ILampConfigService.java" beforeDir="false" />
  17. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/BaseDeviceCofigServiceImpl.java" beforeDir="false" />
  18. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvElectricityDayServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvElectricityDayServiceImpl.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvElectricityMonthServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvElectricityMonthServiceImpl.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvWaterDayServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvWaterDayServiceImpl.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvWaterMonthServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/EnvWaterMonthServiceImpl.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/LampConfigServiceImpl.java" beforeDir="false" />
  23. <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/utils/Const.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/utils/Const.java" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/huimv-env-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/huimv-env-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/HuimvDeviceApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/HuimvDeviceApplication.java" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/huimv-env-lamp/src/main/java/com/huimv/env/lamp/service/impl/LampInputHandleServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-lamp/src/main/java/com/huimv/env/lamp/service/impl/LampInputHandleServiceImpl.java" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/huimv-env-manage/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/pom.xml" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/HuimvEnvManageApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/HuimvEnvManageApplication.java" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/config/InterceptorConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/config/InterceptorConfig.java" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/controller/EnvWaterDayController.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/controller/EnvWaterDayController.java" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/EnvWaterDayMapper.java" beforeDir="false" />
  33. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/EnvWaterMonthMapper.java" beforeDir="false" />
  34. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/LampConfigMapper.java" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/xml/EnvWaterDayMapper.xml" beforeDir="false" />
  36. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/EnvWaterDayService.java" beforeDir="false" />
  37. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/EnvWaterMonthService.java" beforeDir="false" />
  38. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/impl/EnvWaterDayServiceImpl.java" beforeDir="false" />
  39. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/impl/EnvWaterMonthServiceImpl.java" beforeDir="false" />
  40. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/src/main/resources/application-dev.yml" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/resources/application-prod.yml" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/src/main/resources/application-prod.yml" afterDir="false" />
  42. </list>
  43. <option name="SHOW_DIALOG" value="false" />
  44. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  45. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  46. <option name="LAST_RESOLUTION" value="IGNORE" />
  47. </component>
  48. <component name="DatabaseView">
  49. <option name="SHOW_INTERMEDIATE" value="true" />
  50. <option name="GROUP_DATA_SOURCES" value="true" />
  51. <option name="GROUP_SCHEMA" value="true" />
  52. <option name="GROUP_CONTENTS" value="false" />
  53. <option name="SORT_POSITIONED" value="false" />
  54. <option name="SHOW_EMPTY_GROUPS" value="false" />
  55. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  56. <option name="HIDDEN_KINDS">
  57. <set />
  58. </option>
  59. <expand>
  60. <path>
  61. <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
  62. <item name="huimv-env-platform@192.168.1.7" type="feb32156:DbDataSourceImpl" />
  63. </path>
  64. <path>
  65. <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
  66. <item name="huimv-env-platform@192.168.1.7" type="feb32156:DbDataSourceImpl" />
  67. <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
  68. </path>
  69. <path>
  70. <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
  71. <item name="huimv-env-platform@192.168.1.7" type="feb32156:DbDataSourceImpl" />
  72. <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
  73. <item name="huimv-env-platform: schema" type="76f4a085:MysqlImplModel$Schema" />
  74. </path>
  75. </expand>
  76. <select />
  77. </component>
  78. <component name="FileTemplateManagerImpl">
  79. <option name="RECENT_TEMPLATES">
  80. <list>
  81. <option value="Interface" />
  82. <option value="Class" />
  83. </list>
  84. </option>
  85. </component>
  86. <component name="Git.Settings">
  87. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  88. <option name="ROOT_SYNC" value="DONT_SYNC" />
  89. <option name="UPDATE_TYPE" value="MERGE" />
  90. </component>
  91. <component name="MavenImportPreferences">
  92. <option name="generalSettings">
  93. <MavenGeneralSettings>
  94. <option name="localRepository" value="D:\DevTools\apache-maven-3.6.3\repo" />
  95. <option name="mavenHome" value="D:/DevTools/apache-maven-3.6.3" />
  96. <option name="userSettingsFile" value="D:\DevTools\apache-maven-3.6.3\conf\settings.xml" />
  97. </MavenGeneralSettings>
  98. </option>
  99. <option name="importingSettings">
  100. <MavenImportingSettings>
  101. <option name="importAutomatically" value="true" />
  102. </MavenImportingSettings>
  103. </option>
  104. </component>
  105. <component name="MavenRunner">
  106. <option name="skipTests" value="true" />
  107. </component>
  108. <component name="ProjectId" id="2DRAkljOuo5rhdZolwesRAxO40D" />
  109. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  110. <ConfirmationsSetting value="1" id="Add" />
  111. </component>
  112. <component name="ProjectViewState">
  113. <option name="hideEmptyMiddlePackages" value="true" />
  114. <option name="showExcludedFiles" value="true" />
  115. <option name="showLibraryContents" value="true" />
  116. </component>
  117. <component name="PropertiesComponent">
  118. <property name="DatabaseDriversLRU" value="mysql" />
  119. <property name="RequestMappingsPanelOrder0" value="0" />
  120. <property name="RequestMappingsPanelOrder1" value="1" />
  121. <property name="RequestMappingsPanelWidth0" value="75" />
  122. <property name="RequestMappingsPanelWidth1" value="75" />
  123. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  124. <property name="WebServerToolWindowFactoryState" value="false" />
  125. <property name="aspect.path.notification.shown" value="true" />
  126. <property name="last_opened_file_path" value="$PROJECT_DIR$/huimv-env-lamp/src/main/java/com/huimv/env/lamp/mapper" />
  127. <property name="project.structure.last.edited" value="Modules" />
  128. <property name="project.structure.proportion" value="0.15" />
  129. <property name="project.structure.side.proportion" value="0.2" />
  130. <property name="restartRequiresConfirmation" value="false" />
  131. <property name="settings.editor.selected.configurable" value="File.Encoding" />
  132. </component>
  133. <component name="RecentsManager">
  134. <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
  135. <recent name="com.huimv.env.device.service" />
  136. <recent name="com.huimv.env.common.service" />
  137. <recent name="com.huimv.env.input" />
  138. </key>
  139. <key name="CopyFile.RECENT_KEYS">
  140. <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-lamp\src\main\java\com\huimv\env\lamp\mapper" />
  141. <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-common\src\main\java\com\huimv\env\common\mapper" />
  142. <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-common\src\main\java\com\huimv\env\common\service\impl" />
  143. <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-common\src\main\java\com\huimv\env\common\service" />
  144. <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-input\src\main\resources" />
  145. </key>
  146. <key name="CopyClassDialog.RECENTS_KEY">
  147. <recent name="com.huimv.env.lamp.service" />
  148. <recent name="com.huimv.env.lamp.service.impl" />
  149. <recent name="com.huimv.env.lamp.mapper" />
  150. <recent name="com.huimv.env.common" />
  151. <recent name="com.huimv.env.manage" />
  152. </key>
  153. <key name="MoveFile.RECENT_KEYS">
  154. <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-device\src\main\resources\config" />
  155. </key>
  156. </component>
  157. <component name="RunManager" selected="Spring Boot.HuimvEnvManageApplication">
  158. <configuration name="CodeGenerator (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  159. <option name="MAIN_CLASS_NAME" value="com.huimv.env.common.CodeGenerator" />
  160. <module name="huimv-env-common" />
  161. <extension name="coverage">
  162. <pattern>
  163. <option name="PATTERN" value="com.huimv.env.common.*" />
  164. <option name="ENABLED" value="true" />
  165. </pattern>
  166. </extension>
  167. <method v="2">
  168. <option name="Make" enabled="true" />
  169. </method>
  170. </configuration>
  171. <configuration name="CodeGenerator" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  172. <option name="MAIN_CLASS_NAME" value="com.huimv.env.manage.CodeGenerator" />
  173. <module name="huimv-env-manage" />
  174. <extension name="coverage">
  175. <pattern>
  176. <option name="PATTERN" value="com.huimv.env.manage.*" />
  177. <option name="ENABLED" value="true" />
  178. </pattern>
  179. </extension>
  180. <method v="2">
  181. <option name="Make" enabled="true" />
  182. </method>
  183. </configuration>
  184. <configuration name="HuimvEnvInputApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  185. <option name="MAIN_CLASS_NAME" value="com.huimv.env.input.HuimvEnvInputApplication" />
  186. <module name="huimv-env-input" />
  187. <extension name="coverage">
  188. <pattern>
  189. <option name="PATTERN" value="com.huimv.env.input.*" />
  190. <option name="ENABLED" value="true" />
  191. </pattern>
  192. </extension>
  193. <method v="2">
  194. <option name="Make" enabled="true" />
  195. </method>
  196. </configuration>
  197. <configuration name="DeviceTest.test3" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  198. <module name="huimv-env-device" />
  199. <extension name="coverage">
  200. <pattern>
  201. <option name="PATTERN" value="com.huimv.env.device.service.*" />
  202. <option name="ENABLED" value="true" />
  203. </pattern>
  204. </extension>
  205. <option name="PACKAGE_NAME" value="com.huimv.env.device.service" />
  206. <option name="MAIN_CLASS_NAME" value="com.huimv.env.device.service.DeviceTest" />
  207. <option name="METHOD_NAME" value="test3" />
  208. <option name="TEST_OBJECT" value="method" />
  209. <method v="2">
  210. <option name="Make" enabled="true" />
  211. </method>
  212. </configuration>
  213. <configuration name="HuimvDeviceApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  214. <module name="huimv-env-device" />
  215. <extension name="coverage">
  216. <pattern>
  217. <option name="PATTERN" value="com.huimv.env.device.*" />
  218. <option name="ENABLED" value="true" />
  219. </pattern>
  220. </extension>
  221. <option name="SPRING_BOOT_MAIN_CLASS" value="com.huimv.env.device.HuimvDeviceApplication" />
  222. <method v="2">
  223. <option name="Make" enabled="true" />
  224. </method>
  225. </configuration>
  226. <configuration name="HuimvEnvInputApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  227. <module name="huimv-env-input" />
  228. <option name="SPRING_BOOT_MAIN_CLASS" value="com.huimv.env.input.HuimvEnvInputApplication" />
  229. <method v="2">
  230. <option name="Make" enabled="true" />
  231. </method>
  232. </configuration>
  233. <configuration name="HuimvEnvManageApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  234. <module name="huimv-env-manage" />
  235. <option name="SPRING_BOOT_MAIN_CLASS" value="com.huimv.env.manage.HuimvEnvManageApplication" />
  236. <method v="2">
  237. <option name="Make" enabled="true" />
  238. </method>
  239. </configuration>
  240. <configuration name="HuimvLampInputApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  241. <module name="huimv-env-lamp" />
  242. <option name="SPRING_BOOT_MAIN_CLASS" value="com.huimv.env.lamp.HuimvLampInputApplication" />
  243. <method v="2">
  244. <option name="Make" enabled="true" />
  245. </method>
  246. </configuration>
  247. <recent_temporary>
  248. <list>
  249. <item itemvalue="Spring Boot.HuimvDeviceApplication" />
  250. <item itemvalue="Application.CodeGenerator (1)" />
  251. <item itemvalue="Application.CodeGenerator" />
  252. <item itemvalue="Application.HuimvEnvInputApplication" />
  253. <item itemvalue="JUnit.DeviceTest.test3" />
  254. </list>
  255. </recent_temporary>
  256. </component>
  257. <component name="SshConsoleOptionsProvider">
  258. <option name="myEncoding" value="UTF-8" />
  259. </component>
  260. <component name="SvnConfiguration">
  261. <configuration />
  262. </component>
  263. <component name="TaskManager">
  264. <task active="true" id="Default" summary="Default task">
  265. <changelist id="aea4e25b-646a-4ad1-9dc9-156d47497795" name="Default Changelist" comment="" />
  266. <created>1660651668359</created>
  267. <option name="number" value="Default" />
  268. <option name="presentableId" value="Default" />
  269. <updated>1660651668359</updated>
  270. <workItem from="1660651671780" duration="5159000" />
  271. <workItem from="1660656904795" duration="283000" />
  272. <workItem from="1660697575231" duration="8248000" />
  273. <workItem from="1660706903290" duration="17179000" />
  274. <workItem from="1660783913362" duration="33806000" />
  275. <workItem from="1660826703552" duration="1451000" />
  276. <workItem from="1660870213371" duration="8618000" />
  277. <workItem from="1660885650555" duration="18174000" />
  278. <workItem from="1660989212245" duration="1551000" />
  279. <workItem from="1660993923956" duration="448000" />
  280. <workItem from="1661131164613" duration="7507000" />
  281. <workItem from="1661147123078" duration="642000" />
  282. <workItem from="1661147790453" duration="28000" />
  283. <workItem from="1661148964049" duration="1652000" />
  284. <workItem from="1661152577955" duration="137000" />
  285. <workItem from="1661169061541" duration="1184000" />
  286. <workItem from="1661223369596" duration="63000" />
  287. <workItem from="1661255800991" duration="17000" />
  288. <workItem from="1661301829240" duration="1461000" />
  289. <workItem from="1661312125478" duration="5585000" />
  290. <workItem from="1661392207619" duration="129000" />
  291. <workItem from="1661411391539" duration="3343000" />
  292. <workItem from="1661417860758" duration="1922000" />
  293. <workItem from="1661483948605" duration="1299000" />
  294. <workItem from="1661485633694" duration="1953000" />
  295. <workItem from="1661585829747" duration="2725000" />
  296. <workItem from="1661592029293" duration="1258000" />
  297. <workItem from="1661924371073" duration="2031000" />
  298. <workItem from="1661929441720" duration="348000" />
  299. <workItem from="1662367455695" duration="965000" />
  300. <workItem from="1662426794332" duration="881000" />
  301. <workItem from="1662538991378" duration="854000" />
  302. <workItem from="1663405853545" duration="628000" />
  303. <workItem from="1663490929068" duration="1954000" />
  304. <workItem from="1666317958151" duration="19556000" />
  305. <workItem from="1666412481024" duration="600000" />
  306. <workItem from="1666433863305" duration="813000" />
  307. <workItem from="1666441750302" duration="1235000" />
  308. <workItem from="1666497124475" duration="907000" />
  309. <workItem from="1666597397678" duration="5102000" />
  310. <workItem from="1666688023359" duration="10058000" />
  311. </task>
  312. <task id="LOCAL-00001" summary="新建环境控制平台">
  313. <created>1660656813145</created>
  314. <option name="number" value="00001" />
  315. <option name="presentableId" value="LOCAL-00001" />
  316. <option name="project" value="LOCAL" />
  317. <updated>1660656813145</updated>
  318. </task>
  319. <task id="LOCAL-00002" summary="修改数据库。">
  320. <created>1660657120664</created>
  321. <option name="number" value="00002" />
  322. <option name="presentableId" value="LOCAL-00002" />
  323. <option name="project" value="LOCAL" />
  324. <updated>1660657120664</updated>
  325. </task>
  326. <task id="LOCAL-00003" summary="修改manage模块数据库">
  327. <created>1660657178619</created>
  328. <option name="number" value="00003" />
  329. <option name="presentableId" value="LOCAL-00003" />
  330. <option name="project" value="LOCAL" />
  331. <updated>1660657178619</updated>
  332. </task>
  333. <task id="LOCAL-00004" summary="新建接收设备请求命令执行器功能">
  334. <created>1660714829359</created>
  335. <option name="number" value="00004" />
  336. <option name="presentableId" value="LOCAL-00004" />
  337. <option name="project" value="LOCAL" />
  338. <updated>1660714829359</updated>
  339. </task>
  340. <task id="LOCAL-00005" summary="新建环境控制平台">
  341. <created>1660737339002</created>
  342. <option name="number" value="00005" />
  343. <option name="presentableId" value="LOCAL-00005" />
  344. <option name="project" value="LOCAL" />
  345. <updated>1660737339002</updated>
  346. </task>
  347. <task id="LOCAL-00006" summary="新建添加温度数据功能。">
  348. <created>1660793602921</created>
  349. <option name="number" value="00006" />
  350. <option name="presentableId" value="LOCAL-00006" />
  351. <option name="project" value="LOCAL" />
  352. <updated>1660793602921</updated>
  353. </task>
  354. <task id="LOCAL-00007" summary="新建传感器注册功能。">
  355. <created>1660825387678</created>
  356. <option name="number" value="00007" />
  357. <option name="presentableId" value="LOCAL-00007" />
  358. <option name="project" value="LOCAL" />
  359. <updated>1660825387678</updated>
  360. </task>
  361. <task id="LOCAL-00008" summary="新建上报设备状态和平台推送消息功能。">
  362. <created>1660827831751</created>
  363. <option name="number" value="00008" />
  364. <option name="presentableId" value="LOCAL-00008" />
  365. <option name="project" value="LOCAL" />
  366. <updated>1660827831751</updated>
  367. </task>
  368. <task id="LOCAL-00009" summary="平台消息推送功能完成。">
  369. <created>1660894096614</created>
  370. <option name="number" value="00009" />
  371. <option name="presentableId" value="LOCAL-00009" />
  372. <option name="project" value="LOCAL" />
  373. <updated>1660894096615</updated>
  374. </task>
  375. <task id="LOCAL-00010" summary="下发喷雾除臭配置。">
  376. <created>1660907135514</created>
  377. <option name="number" value="00010" />
  378. <option name="presentableId" value="LOCAL-00010" />
  379. <option name="project" value="LOCAL" />
  380. <updated>1660907135551</updated>
  381. </task>
  382. <task id="LOCAL-00011" summary="修改下发喷雾除臭配置(将开关时长*60秒)。">
  383. <created>1660990771376</created>
  384. <option name="number" value="00011" />
  385. <option name="presentableId" value="LOCAL-00011" />
  386. <option name="project" value="LOCAL" />
  387. <updated>1660990771376</updated>
  388. </task>
  389. <task id="LOCAL-00012" summary="修改下发喷雾除臭配置(将开关时长*60秒)。">
  390. <created>1661135289704</created>
  391. <option name="number" value="00012" />
  392. <option name="presentableId" value="LOCAL-00012" />
  393. <option name="project" value="LOCAL" />
  394. <updated>1661135289704</updated>
  395. </task>
  396. <task id="LOCAL-00013" summary="修改获取除臭配置问题。">
  397. <created>1661147740208</created>
  398. <option name="number" value="00013" />
  399. <option name="presentableId" value="LOCAL-00013" />
  400. <option name="project" value="LOCAL" />
  401. <updated>1661147740208</updated>
  402. </task>
  403. <task id="LOCAL-00014" summary="修改报警使能。">
  404. <created>1661169465347</created>
  405. <option name="number" value="00014" />
  406. <option name="presentableId" value="LOCAL-00014" />
  407. <option name="project" value="LOCAL" />
  408. <updated>1661169465347</updated>
  409. </task>
  410. <task id="LOCAL-00015" summary="修改高低温报警。">
  411. <created>1661170190884</created>
  412. <option name="number" value="00015" />
  413. <option name="presentableId" value="LOCAL-00015" />
  414. <option name="project" value="LOCAL" />
  415. <updated>1661170190884</updated>
  416. </task>
  417. <task id="LOCAL-00016" summary="修改除臭配置时间">
  418. <created>1661303464473</created>
  419. <option name="number" value="00016" />
  420. <option name="presentableId" value="LOCAL-00016" />
  421. <option name="project" value="LOCAL" />
  422. <updated>1661303464473</updated>
  423. </task>
  424. <task id="LOCAL-00017" summary="新增高低温阈值查询功能。">
  425. <created>1661321480341</created>
  426. <option name="number" value="00017" />
  427. <option name="presentableId" value="LOCAL-00017" />
  428. <option name="project" value="LOCAL" />
  429. <updated>1661321480341</updated>
  430. </task>
  431. <task id="LOCAL-00018" summary="新增高低温阈值设置2">
  432. <created>1661321532199</created>
  433. <option name="number" value="00018" />
  434. <option name="presentableId" value="LOCAL-00018" />
  435. <option name="project" value="LOCAL" />
  436. <updated>1661321532199</updated>
  437. </task>
  438. <task id="LOCAL-00019" summary="修复高低温阈值解决小数问题。">
  439. <created>1661323585514</created>
  440. <option name="number" value="00019" />
  441. <option name="presentableId" value="LOCAL-00019" />
  442. <option name="project" value="LOCAL" />
  443. <updated>1661323585514</updated>
  444. </task>
  445. <task id="LOCAL-00020" summary="修改设备状态">
  446. <created>1661414626086</created>
  447. <option name="number" value="00020" />
  448. <option name="presentableId" value="LOCAL-00020" />
  449. <option name="project" value="LOCAL" />
  450. <updated>1661414626086</updated>
  451. </task>
  452. <task id="LOCAL-00021" summary="修改推送故障类型">
  453. <created>1661419093694</created>
  454. <option name="number" value="00021" />
  455. <option name="presentableId" value="LOCAL-00021" />
  456. <option name="project" value="LOCAL" />
  457. <updated>1661419093694</updated>
  458. </task>
  459. <task id="LOCAL-00022" summary="删除show文件">
  460. <created>1661419816405</created>
  461. <option name="number" value="00022" />
  462. <option name="presentableId" value="LOCAL-00022" />
  463. <option name="project" value="LOCAL" />
  464. <updated>1661419816405</updated>
  465. </task>
  466. <task id="LOCAL-00023" summary="修改平台推送问题。">
  467. <created>1661487456846</created>
  468. <option name="number" value="00023" />
  469. <option name="presentableId" value="LOCAL-00023" />
  470. <option name="project" value="LOCAL" />
  471. <updated>1661487456846</updated>
  472. </task>
  473. <task id="LOCAL-00024" summary="修改端口号">
  474. <created>1661926653144</created>
  475. <option name="number" value="00024" />
  476. <option name="presentableId" value="LOCAL-00024" />
  477. <option name="project" value="LOCAL" />
  478. <updated>1661926653144</updated>
  479. </task>
  480. <task id="LOCAL-00025" summary="新增:&#10;1、生成水表每天和每月数据。&#10;2、生成电表每天和每月数据。">
  481. <created>1666344821794</created>
  482. <option name="number" value="00025" />
  483. <option name="presentableId" value="LOCAL-00025" />
  484. <option name="project" value="LOCAL" />
  485. <updated>1666344821794</updated>
  486. </task>
  487. <option name="localTasksCounter" value="26" />
  488. <servers />
  489. </component>
  490. <component name="TypeScriptGeneratedFilesManager">
  491. <option name="version" value="1" />
  492. </component>
  493. <component name="Vcs.Log.History.Properties">
  494. <option name="COLUMN_ORDER">
  495. <list>
  496. <option value="0" />
  497. <option value="2" />
  498. <option value="3" />
  499. <option value="1" />
  500. </list>
  501. </option>
  502. </component>
  503. <component name="VcsManagerConfiguration">
  504. <MESSAGE value="修改数据库。" />
  505. <MESSAGE value="修改manage模块数据库" />
  506. <MESSAGE value="新建接收设备请求命令执行器功能" />
  507. <MESSAGE value="新建环境控制平台" />
  508. <MESSAGE value="新建添加温度数据功能。" />
  509. <MESSAGE value="新建传感器注册功能。" />
  510. <MESSAGE value="新建上报设备状态和平台推送消息功能。" />
  511. <MESSAGE value="平台消息推送功能完成。" />
  512. <MESSAGE value="下发喷雾除臭配置。" />
  513. <MESSAGE value="修改获取除臭配置问题。" />
  514. <MESSAGE value="修改报警使能。" />
  515. <MESSAGE value="修改高低温报警。" />
  516. <MESSAGE value="修改下发喷雾除臭配置(将开关时长*60秒)。" />
  517. <MESSAGE value="修改除臭配置时间" />
  518. <MESSAGE value="新增高低温阈值查询功能。" />
  519. <MESSAGE value="新增高低温阈值设置2" />
  520. <MESSAGE value="修复高低温阈值解决小数问题。" />
  521. <MESSAGE value="修改设备状态" />
  522. <MESSAGE value="修改推送故障类型" />
  523. <MESSAGE value="删除show文件" />
  524. <MESSAGE value="修改平台推送问题。" />
  525. <MESSAGE value="修改端口号" />
  526. <MESSAGE value="新增:生成水表每天和每月数据。" />
  527. <MESSAGE value="新增:&#10;1、生成水表每天和每月数据。&#10;2、生成电表每天和每月数据。" />
  528. <option name="LAST_COMMIT_MESSAGE" value="新增:&#10;1、生成水表每天和每月数据。&#10;2、生成电表每天和每月数据。" />
  529. </component>
  530. <component name="WindowStateProjectService">
  531. <state x="552" y="181" key="#Assign_Data_Sources" timestamp="1661413248338">
  532. <screen x="0" y="0" width="1920" height="1040" />
  533. </state>
  534. <state x="552" y="181" key="#Assign_Data_Sources/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661413248338" />
  535. <state x="552" y="181" key="#Project_Structure" timestamp="1666692196404">
  536. <screen x="0" y="0" width="1920" height="1040" />
  537. </state>
  538. <state x="552" y="181" key="#Project_Structure/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666692196404" />
  539. <state x="552" y="181" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1660731614165">
  540. <screen x="0" y="0" width="1920" height="1040" />
  541. </state>
  542. <state x="552" y="181" key="#com.intellij.execution.impl.EditConfigurationsDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1660731614165" />
  543. <state x="624" y="328" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1666697339264">
  544. <screen x="0" y="0" width="1920" height="1040" />
  545. </state>
  546. <state x="624" y="328" key="#com.intellij.fileTypes.FileTypeChooser/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666697339264" />
  547. <state x="765" y="228" key="#com.intellij.ide.util.MemberChooser" timestamp="1666699712472">
  548. <screen x="0" y="0" width="1920" height="1040" />
  549. </state>
  550. <state x="765" y="228" key="#com.intellij.ide.util.MemberChooser/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699712472" />
  551. <state x="726" y="386" width="663" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1660877046428">
  552. <screen x="0" y="0" width="1920" height="1040" />
  553. </state>
  554. <state x="726" y="386" width="663" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1660877046428" />
  555. <state x="690" y="269" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1666692718011">
  556. <screen x="0" y="0" width="1920" height="1040" />
  557. </state>
  558. <state x="690" y="269" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666692718011" />
  559. <state x="461" y="216" key="CommitChangelistDialog2" timestamp="1666344814305">
  560. <screen x="0" y="0" width="1920" height="1040" />
  561. </state>
  562. <state x="461" y="216" key="CommitChangelistDialog2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666344814305" />
  563. <state x="92" y="92" width="1736" height="856" key="DiffContextDialog" timestamp="1661170245929">
  564. <screen x="0" y="0" width="1920" height="1040" />
  565. </state>
  566. <state x="92" y="92" width="1736" height="856" key="DiffContextDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661170245929" />
  567. <state x="740" y="278" key="FileChooserDialogImpl" timestamp="1666442689749">
  568. <screen x="0" y="0" width="1920" height="1040" />
  569. </state>
  570. <state x="740" y="278" key="FileChooserDialogImpl/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666442689749" />
  571. <state width="1877" height="293" key="GridCell.Tab.0.bottom" timestamp="1666699578192">
  572. <screen x="0" y="0" width="1920" height="1040" />
  573. </state>
  574. <state width="1877" height="315" key="GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951986" />
  575. <state width="1877" height="293" key="GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  576. <state width="1877" height="293" key="GridCell.Tab.0.center" timestamp="1666699578192">
  577. <screen x="0" y="0" width="1920" height="1040" />
  578. </state>
  579. <state width="1877" height="315" key="GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
  580. <state width="1877" height="293" key="GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  581. <state width="1877" height="293" key="GridCell.Tab.0.left" timestamp="1666699578192">
  582. <screen x="0" y="0" width="1920" height="1040" />
  583. </state>
  584. <state width="1877" height="315" key="GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
  585. <state width="1877" height="293" key="GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  586. <state width="1877" height="293" key="GridCell.Tab.0.right" timestamp="1666699578192">
  587. <screen x="0" y="0" width="1920" height="1040" />
  588. </state>
  589. <state width="1877" height="315" key="GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
  590. <state width="1877" height="293" key="GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  591. <state width="1877" height="293" key="GridCell.Tab.1.bottom" timestamp="1666699578192">
  592. <screen x="0" y="0" width="1920" height="1040" />
  593. </state>
  594. <state width="1877" height="315" key="GridCell.Tab.1.bottom/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
  595. <state width="1877" height="293" key="GridCell.Tab.1.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  596. <state width="1877" height="293" key="GridCell.Tab.1.center" timestamp="1666699578192">
  597. <screen x="0" y="0" width="1920" height="1040" />
  598. </state>
  599. <state width="1877" height="315" key="GridCell.Tab.1.center/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
  600. <state width="1877" height="293" key="GridCell.Tab.1.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  601. <state width="1877" height="293" key="GridCell.Tab.1.left" timestamp="1666699578192">
  602. <screen x="0" y="0" width="1920" height="1040" />
  603. </state>
  604. <state width="1877" height="315" key="GridCell.Tab.1.left/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
  605. <state width="1877" height="293" key="GridCell.Tab.1.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  606. <state width="1877" height="293" key="GridCell.Tab.1.right" timestamp="1666699578192">
  607. <screen x="0" y="0" width="1920" height="1040" />
  608. </state>
  609. <state width="1877" height="315" key="GridCell.Tab.1.right/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
  610. <state width="1877" height="293" key="GridCell.Tab.1.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
  611. <state x="574" y="255" key="JpaSupport:com.ifengxue.plugin.gui.AutoGeneratorSettingsDialog" timestamp="1660903124149">
  612. <screen x="0" y="0" width="1920" height="1040" />
  613. </state>
  614. <state x="574" y="255" key="JpaSupport:com.ifengxue.plugin.gui.AutoGeneratorSettingsDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1660903124149" />
  615. <state x="686" y="235" key="JpaSupport:com.ifengxue.plugin.gui.SelectTablesDialog" timestamp="1660903125751">
  616. <screen x="0" y="0" width="1920" height="1040" />
  617. </state>
  618. <state x="686" y="235" key="JpaSupport:com.ifengxue.plugin.gui.SelectTablesDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1660903125751" />
  619. <state x="490" y="178" key="Maven.ArtifactSearchDialog" timestamp="1661145710163">
  620. <screen x="0" y="0" width="1920" height="1040" />
  621. </state>
  622. <state x="490" y="178" key="Maven.ArtifactSearchDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661145710163" />
  623. <state x="669" y="236" key="MultipleFileMergeDialog" timestamp="1666699821559">
  624. <screen x="0" y="0" width="1920" height="1040" />
  625. </state>
  626. <state x="669" y="236" key="MultipleFileMergeDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699821559" />
  627. <state x="463" y="165" key="SettingsEditor" timestamp="1661146123419">
  628. <screen x="0" y="0" width="1920" height="1040" />
  629. </state>
  630. <state x="463" y="165" key="SettingsEditor/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661146123419" />
  631. <state x="552" y="256" key="Vcs.Push.Dialog.v2" timestamp="1666344824415">
  632. <screen x="0" y="0" width="1920" height="1040" />
  633. </state>
  634. <state x="552" y="256" key="Vcs.Push.Dialog.v2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666344824415" />
  635. <state x="754" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1666699827377">
  636. <screen x="0" y="0" width="1920" height="1040" />
  637. </state>
  638. <state x="-1166" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594947139" />
  639. <state x="754" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699827377" />
  640. <state x="-1779" y="0" width="1323" height="999" key="dock-window-1" timestamp="1666320788567">
  641. <screen x="-1920" y="0" width="1920" height="1040" />
  642. </state>
  643. <state x="-1779" y="0" width="1323" height="999" key="dock-window-1/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666320788567" />
  644. <state x="580" y="246" width="759" height="548" key="find.popup" timestamp="1666693314888">
  645. <screen x="0" y="0" width="1920" height="1040" />
  646. </state>
  647. <state x="580" y="246" width="759" height="548" key="find.popup/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666693314888" />
  648. <state x="334" y="46" key="new project wizard" timestamp="1660737465619">
  649. <screen x="0" y="0" width="1920" height="1040" />
  650. </state>
  651. <state x="334" y="46" key="new project wizard/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1660737465619" />
  652. <state x="663" y="152" key="refactoring.ChangeSignatureDialog" timestamp="1666339863274">
  653. <screen x="0" y="0" width="1920" height="1040" />
  654. </state>
  655. <state x="663" y="152" key="refactoring.ChangeSignatureDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666339863274" />
  656. <state x="616" y="240" key="run.anything.popup" timestamp="1666693152040">
  657. <screen x="0" y="0" width="1920" height="1040" />
  658. </state>
  659. <state x="616" y="240" key="run.anything.popup/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666693152040" />
  660. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1660827351945">
  661. <screen x="0" y="0" width="1920" height="1040" />
  662. </state>
  663. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1660827351945" />
  664. </component>
  665. </project>