|
@@ -1,19 +1,44 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<project version="4">
|
|
<component name="ChangeListManager">
|
|
<component name="ChangeListManager">
|
|
- <list default="true" id="aea4e25b-646a-4ad1-9dc9-156d47497795" name="Default Changelist" comment="优化保温箱接收数据代码">
|
|
|
|
- <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
|
|
|
+ <list default="true" id="aea4e25b-646a-4ad1-9dc9-156d47497795" name="Default Changelist" comment="">
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
- <change beforePath="$PROJECT_DIR$/huimv-env-common/src/test/java/com/huimv/env/common/CodeGenerator.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-common/src/test/java/com/huimv/env/common/CodeGenerator.java" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/huimv-env-device/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-device/pom.xml" afterDir="false" />
|
|
|
|
|
|
+ <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" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/BaseDeviceCofigMapper.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/EnvWaterDayMapper.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/LampConfigMapper.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/mapper/xml/EnvWaterDayMapper.xml" beforeDir="false" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/IBaseDeviceCofigService.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/ILampConfigService.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/BaseDeviceCofigServiceImpl.java" beforeDir="false" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-common/src/main/java/com/huimv/env/common/service/impl/LampConfigServiceImpl.java" beforeDir="false" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
<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" />
|
|
<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" />
|
|
- <change beforePath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/listener/DeviceListener.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/listener/DeviceListener.java" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/listener/SensorListener.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/listener/SensorListener.java" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/service/IDeviceService.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/service/IDeviceService.java" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/service/impl/DeviceServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-device/src/main/java/com/huimv/env/device/service/impl/DeviceServiceImpl.java" afterDir="false" />
|
|
|
|
|
|
+ <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" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/huimv-env-manage/pom.xml" afterDir="false" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <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" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/EnvWaterDayMapper.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/EnvWaterMonthMapper.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/LampConfigMapper.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/mapper/xml/EnvWaterDayMapper.xml" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/EnvWaterDayService.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/EnvWaterMonthService.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/impl/EnvWaterDayServiceImpl.java" beforeDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/huimv-env-manage/src/main/java/com/huimv/env/manage/service/impl/EnvWaterMonthServiceImpl.java" beforeDir="false" />
|
|
|
|
+ <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" />
|
|
<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" />
|
|
<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" />
|
|
- <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
|
</list>
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -98,7 +123,7 @@
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="aspect.path.notification.shown" value="true" />
|
|
<property name="aspect.path.notification.shown" value="true" />
|
|
- <property name="last_opened_file_path" value="$PROJECT_DIR$/../../cloud-platform" />
|
|
|
|
|
|
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/huimv-env-lamp/src/main/java/com/huimv/env/lamp/mapper" />
|
|
<property name="project.structure.last.edited" value="Modules" />
|
|
<property name="project.structure.last.edited" value="Modules" />
|
|
<property name="project.structure.proportion" value="0.15" />
|
|
<property name="project.structure.proportion" value="0.15" />
|
|
<property name="project.structure.side.proportion" value="0.2" />
|
|
<property name="project.structure.side.proportion" value="0.2" />
|
|
@@ -106,30 +131,30 @@
|
|
<property name="settings.editor.selected.configurable" value="File.Encoding" />
|
|
<property name="settings.editor.selected.configurable" value="File.Encoding" />
|
|
</component>
|
|
</component>
|
|
<component name="RecentsManager">
|
|
<component name="RecentsManager">
|
|
- <key name="MoveFile.RECENT_KEYS">
|
|
|
|
- <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-device\src\main\resources\config" />
|
|
|
|
- </key>
|
|
|
|
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
|
|
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
|
|
<recent name="com.huimv.env.device.service" />
|
|
<recent name="com.huimv.env.device.service" />
|
|
<recent name="com.huimv.env.common.service" />
|
|
<recent name="com.huimv.env.common.service" />
|
|
<recent name="com.huimv.env.input" />
|
|
<recent name="com.huimv.env.input" />
|
|
</key>
|
|
</key>
|
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
|
+ <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-lamp\src\main\java\com\huimv\env\lamp\mapper" />
|
|
|
|
+ <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-common\src\main\java\com\huimv\env\common\mapper" />
|
|
|
|
+ <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-common\src\main\java\com\huimv\env\common\service\impl" />
|
|
|
|
+ <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-common\src\main\java\com\huimv\env\common\service" />
|
|
|
|
+ <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-input\src\main\resources" />
|
|
|
|
+ </key>
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
|
|
+ <recent name="com.huimv.env.lamp.service" />
|
|
|
|
+ <recent name="com.huimv.env.lamp.service.impl" />
|
|
|
|
+ <recent name="com.huimv.env.lamp.mapper" />
|
|
<recent name="com.huimv.env.common" />
|
|
<recent name="com.huimv.env.common" />
|
|
<recent name="com.huimv.env.manage" />
|
|
<recent name="com.huimv.env.manage" />
|
|
- <recent name="com.huimv.env.device.producer" />
|
|
|
|
- <recent name="com.huimv.env.common.utils" />
|
|
|
|
- <recent name="com.huimv.env.device.config" />
|
|
|
|
</key>
|
|
</key>
|
|
- <key name="CopyFile.RECENT_KEYS">
|
|
|
|
- <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-input\src\main\resources" />
|
|
|
|
- <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-device\src\main\resources" />
|
|
|
|
- <recent name="D:\idea6\huimv.env.platform\huimv-env-platform" />
|
|
|
|
- <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\src\main\resources" />
|
|
|
|
- <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-common\src\main\java\com\huimv\env\common\config" />
|
|
|
|
|
|
+ <key name="MoveFile.RECENT_KEYS">
|
|
|
|
+ <recent name="D:\idea6\huimv.env.platform\huimv-env-platform\huimv-env-device\src\main\resources\config" />
|
|
</key>
|
|
</key>
|
|
</component>
|
|
</component>
|
|
- <component name="RunManager" selected="Application.CodeGenerator (1)">
|
|
|
|
|
|
+ <component name="RunManager" selected="Spring Boot.HuimvEnvManageApplication">
|
|
<configuration name="CodeGenerator (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<configuration name="CodeGenerator (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="com.huimv.env.common.CodeGenerator" />
|
|
<option name="MAIN_CLASS_NAME" value="com.huimv.env.common.CodeGenerator" />
|
|
<module name="huimv-env-common" />
|
|
<module name="huimv-env-common" />
|
|
@@ -221,8 +246,8 @@
|
|
</configuration>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
<list>
|
|
<list>
|
|
- <item itemvalue="Application.CodeGenerator (1)" />
|
|
|
|
<item itemvalue="Spring Boot.HuimvDeviceApplication" />
|
|
<item itemvalue="Spring Boot.HuimvDeviceApplication" />
|
|
|
|
+ <item itemvalue="Application.CodeGenerator (1)" />
|
|
<item itemvalue="Application.CodeGenerator" />
|
|
<item itemvalue="Application.CodeGenerator" />
|
|
<item itemvalue="Application.HuimvEnvInputApplication" />
|
|
<item itemvalue="Application.HuimvEnvInputApplication" />
|
|
<item itemvalue="JUnit.DeviceTest.test3" />
|
|
<item itemvalue="JUnit.DeviceTest.test3" />
|
|
@@ -276,7 +301,13 @@
|
|
<workItem from="1662538991378" duration="854000" />
|
|
<workItem from="1662538991378" duration="854000" />
|
|
<workItem from="1663405853545" duration="628000" />
|
|
<workItem from="1663405853545" duration="628000" />
|
|
<workItem from="1663490929068" duration="1954000" />
|
|
<workItem from="1663490929068" duration="1954000" />
|
|
- <workItem from="1666317958151" duration="17800000" />
|
|
|
|
|
|
+ <workItem from="1666317958151" duration="19556000" />
|
|
|
|
+ <workItem from="1666412481024" duration="600000" />
|
|
|
|
+ <workItem from="1666433863305" duration="813000" />
|
|
|
|
+ <workItem from="1666441750302" duration="1235000" />
|
|
|
|
+ <workItem from="1666497124475" duration="907000" />
|
|
|
|
+ <workItem from="1666597397678" duration="5102000" />
|
|
|
|
+ <workItem from="1666688023359" duration="10058000" />
|
|
</task>
|
|
</task>
|
|
<task id="LOCAL-00001" summary="新建环境控制平台">
|
|
<task id="LOCAL-00001" summary="新建环境控制平台">
|
|
<created>1660656813145</created>
|
|
<created>1660656813145</created>
|
|
@@ -446,7 +477,14 @@
|
|
<option name="project" value="LOCAL" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1661926653144</updated>
|
|
<updated>1661926653144</updated>
|
|
</task>
|
|
</task>
|
|
- <option name="localTasksCounter" value="25" />
|
|
|
|
|
|
+ <task id="LOCAL-00025" summary="新增: 1、生成水表每天和每月数据。 2、生成电表每天和每月数据。">
|
|
|
|
+ <created>1666344821794</created>
|
|
|
|
+ <option name="number" value="00025" />
|
|
|
|
+ <option name="presentableId" value="LOCAL-00025" />
|
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
|
+ <updated>1666344821794</updated>
|
|
|
|
+ </task>
|
|
|
|
+ <option name="localTasksCounter" value="26" />
|
|
<servers />
|
|
<servers />
|
|
</component>
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -485,85 +523,91 @@
|
|
<MESSAGE value="删除show文件" />
|
|
<MESSAGE value="删除show文件" />
|
|
<MESSAGE value="修改平台推送问题。" />
|
|
<MESSAGE value="修改平台推送问题。" />
|
|
<MESSAGE value="修改端口号" />
|
|
<MESSAGE value="修改端口号" />
|
|
- <option name="LAST_COMMIT_MESSAGE" value="修改端口号" />
|
|
|
|
|
|
+ <MESSAGE value="新增:生成水表每天和每月数据。" />
|
|
|
|
+ <MESSAGE value="新增: 1、生成水表每天和每月数据。 2、生成电表每天和每月数据。" />
|
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="新增: 1、生成水表每天和每月数据。 2、生成电表每天和每月数据。" />
|
|
</component>
|
|
</component>
|
|
<component name="WindowStateProjectService">
|
|
<component name="WindowStateProjectService">
|
|
<state x="552" y="181" key="#Assign_Data_Sources" timestamp="1661413248338">
|
|
<state x="552" y="181" key="#Assign_Data_Sources" timestamp="1661413248338">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state x="552" y="181" key="#Assign_Data_Sources/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661413248338" />
|
|
<state x="552" y="181" key="#Assign_Data_Sources/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661413248338" />
|
|
- <state x="552" y="181" key="#Project_Structure" timestamp="1666259971505">
|
|
|
|
|
|
+ <state x="552" y="181" key="#Project_Structure" timestamp="1666692196404">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
- <state x="552" y="181" key="#Project_Structure/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666259971505" />
|
|
|
|
|
|
+ <state x="552" y="181" key="#Project_Structure/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666692196404" />
|
|
<state x="552" y="181" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1660731614165">
|
|
<state x="552" y="181" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1660731614165">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<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" />
|
|
<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" />
|
|
- <state x="765" y="228" key="#com.intellij.ide.util.MemberChooser" timestamp="1666333104853">
|
|
|
|
|
|
+ <state x="624" y="328" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1666697339264">
|
|
|
|
+ <screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
+ </state>
|
|
|
|
+ <state x="624" y="328" key="#com.intellij.fileTypes.FileTypeChooser/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666697339264" />
|
|
|
|
+ <state x="765" y="228" key="#com.intellij.ide.util.MemberChooser" timestamp="1666699712472">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
- <state x="765" y="228" key="#com.intellij.ide.util.MemberChooser/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666333104853" />
|
|
|
|
|
|
+ <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" />
|
|
<state x="726" y="386" width="663" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1660877046428">
|
|
<state x="726" y="386" width="663" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1660877046428">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<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" />
|
|
<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" />
|
|
- <state x="690" y="269" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1661419576972">
|
|
|
|
|
|
+ <state x="690" y="269" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1666692718011">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
- <state x="690" y="269" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661419576972" />
|
|
|
|
- <state x="461" y="216" key="CommitChangelistDialog2" timestamp="1661926649626">
|
|
|
|
|
|
+ <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" />
|
|
|
|
+ <state x="461" y="216" key="CommitChangelistDialog2" timestamp="1666344814305">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
- <state x="461" y="216" key="CommitChangelistDialog2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661926649626" />
|
|
|
|
|
|
+ <state x="461" y="216" key="CommitChangelistDialog2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666344814305" />
|
|
<state x="92" y="92" width="1736" height="856" key="DiffContextDialog" timestamp="1661170245929">
|
|
<state x="92" y="92" width="1736" height="856" key="DiffContextDialog" timestamp="1661170245929">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<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" />
|
|
<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" />
|
|
- <state x="740" y="278" key="FileChooserDialogImpl" timestamp="1661151361195">
|
|
|
|
|
|
+ <state x="740" y="278" key="FileChooserDialogImpl" timestamp="1666442689749">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
- <state x="740" y="278" key="FileChooserDialogImpl/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661151361195" />
|
|
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.bottom" timestamp="1666341876903">
|
|
|
|
|
|
+ <state x="740" y="278" key="FileChooserDialogImpl/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666442689749" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.bottom" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951986" />
|
|
<state width="1877" height="315" key="GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951986" />
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666341876903" />
|
|
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.center" timestamp="1666341876903">
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.center" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
|
|
<state width="1877" height="315" key="GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666341876903" />
|
|
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.left" timestamp="1666341876903">
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.left" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
|
|
<state width="1877" height="315" key="GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666341876903" />
|
|
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.right" timestamp="1666341876903">
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.right" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
|
|
<state width="1877" height="315" key="GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951985" />
|
|
- <state width="1877" height="2" key="GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666341876903" />
|
|
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.bottom" timestamp="1666332730986">
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.bottom" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.1.bottom/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
<state width="1877" height="315" key="GridCell.Tab.1.bottom/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666332730986" />
|
|
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.center" timestamp="1666332730986">
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.center" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.1.center/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
<state width="1877" height="315" key="GridCell.Tab.1.center/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666332730986" />
|
|
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.left" timestamp="1666332730986">
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.left" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.1.left/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
<state width="1877" height="315" key="GridCell.Tab.1.left/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666332730986" />
|
|
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.right" timestamp="1666332730986">
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.right" timestamp="1666699578192">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state width="1877" height="315" key="GridCell.Tab.1.right/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
<state width="1877" height="315" key="GridCell.Tab.1.right/-1920.0.1920.1040/0.0.1920.1040@-1920.0.1920.1040" timestamp="1661594951987" />
|
|
- <state width="1877" height="302" key="GridCell.Tab.1.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666332730986" />
|
|
|
|
|
|
+ <state width="1877" height="293" key="GridCell.Tab.1.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699578192" />
|
|
<state x="574" y="255" key="JpaSupport:com.ifengxue.plugin.gui.AutoGeneratorSettingsDialog" timestamp="1660903124149">
|
|
<state x="574" y="255" key="JpaSupport:com.ifengxue.plugin.gui.AutoGeneratorSettingsDialog" timestamp="1660903124149">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
@@ -576,27 +620,31 @@
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state x="490" y="178" key="Maven.ArtifactSearchDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661145710163" />
|
|
<state x="490" y="178" key="Maven.ArtifactSearchDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661145710163" />
|
|
|
|
+ <state x="669" y="236" key="MultipleFileMergeDialog" timestamp="1666699821559">
|
|
|
|
+ <screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
+ </state>
|
|
|
|
+ <state x="669" y="236" key="MultipleFileMergeDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666699821559" />
|
|
<state x="463" y="165" key="SettingsEditor" timestamp="1661146123419">
|
|
<state x="463" y="165" key="SettingsEditor" timestamp="1661146123419">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state x="463" y="165" key="SettingsEditor/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661146123419" />
|
|
<state x="463" y="165" key="SettingsEditor/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661146123419" />
|
|
- <state x="552" y="256" key="Vcs.Push.Dialog.v2" timestamp="1661926654483">
|
|
|
|
|
|
+ <state x="552" y="256" key="Vcs.Push.Dialog.v2" timestamp="1666344824415">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
- <state x="552" y="256" key="Vcs.Push.Dialog.v2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1661926654483" />
|
|
|
|
- <state x="754" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1666344670853">
|
|
|
|
|
|
+ <state x="552" y="256" key="Vcs.Push.Dialog.v2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666344824415" />
|
|
|
|
+ <state x="754" y="438" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1666699827377">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<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" />
|
|
<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" />
|
|
- <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="1666344670853" />
|
|
|
|
|
|
+ <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" />
|
|
<state x="-1779" y="0" width="1323" height="999" key="dock-window-1" timestamp="1666320788567">
|
|
<state x="-1779" y="0" width="1323" height="999" key="dock-window-1" timestamp="1666320788567">
|
|
<screen x="-1920" y="0" width="1920" height="1040" />
|
|
<screen x="-1920" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<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" />
|
|
<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" />
|
|
- <state x="580" y="246" width="759" height="548" key="find.popup" timestamp="1662427069535">
|
|
|
|
|
|
+ <state x="580" y="246" width="759" height="548" key="find.popup" timestamp="1666693314888">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
- <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="1662427069535" />
|
|
|
|
|
|
+ <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" />
|
|
<state x="334" y="46" key="new project wizard" timestamp="1660737465619">
|
|
<state x="334" y="46" key="new project wizard" timestamp="1660737465619">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
@@ -605,6 +653,10 @@
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|
|
<state x="663" y="152" key="refactoring.ChangeSignatureDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666339863274" />
|
|
<state x="663" y="152" key="refactoring.ChangeSignatureDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666339863274" />
|
|
|
|
+ <state x="616" y="240" key="run.anything.popup" timestamp="1666693152040">
|
|
|
|
+ <screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
+ </state>
|
|
|
|
+ <state x="616" y="240" key="run.anything.popup/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1666693152040" />
|
|
<state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1660827351945">
|
|
<state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1660827351945">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
</state>
|