天气预警

master
chaiyapeng 2024-09-01 20:05:30 +08:00
parent 1fc74f9094
commit e0d52b3a37
4 changed files with 25306 additions and 11 deletions

View File

@ -6,7 +6,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="d7f9db40-65da-4834-b29d-bbe0bd94d010" name="更改" comment="天气预警"> <list default="true" id="d7f9db40-65da-4834-b29d-bbe0bd94d010" name="更改" 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$/cloud-port-server/src/main/resources/mapper/ConnectorMappers.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/logs/cloud-etl/error.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-etl/error.log" afterDir="false" /> <change beforePath="$PROJECT_DIR$/logs/cloud-etl/error.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-etl/error.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/logs/cloud-etl/info.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-etl/info.log" afterDir="false" /> <change beforePath="$PROJECT_DIR$/logs/cloud-etl/info.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-etl/info.log" afterDir="false" />
</list> </list>
@ -136,7 +135,7 @@
<workItem from="1725037167793" duration="332000" /> <workItem from="1725037167793" duration="332000" />
<workItem from="1725064048520" duration="1272000" /> <workItem from="1725064048520" duration="1272000" />
<workItem from="1725100536646" duration="3375000" /> <workItem from="1725100536646" duration="3375000" />
<workItem from="1725152657879" duration="6334000" /> <workItem from="1725152657879" duration="8850000" />
</task> </task>
<task id="LOCAL-00001" summary="初始化"> <task id="LOCAL-00001" summary="初始化">
<option name="closed" value="true" /> <option name="closed" value="true" />
@ -330,7 +329,23 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1725159925940</updated> <updated>1725159925940</updated>
</task> </task>
<option name="localTasksCounter" value="25" /> <task id="LOCAL-00025" summary="天气预警">
<option name="closed" value="true" />
<created>1725178820014</created>
<option name="number" value="00025" />
<option name="presentableId" value="LOCAL-00025" />
<option name="project" value="LOCAL" />
<updated>1725178820014</updated>
</task>
<task id="LOCAL-00026" summary="天气预警">
<option name="closed" value="true" />
<created>1725178828103</created>
<option name="number" value="00026" />
<option name="presentableId" value="LOCAL-00026" />
<option name="project" value="LOCAL" />
<updated>1725178828103</updated>
</task>
<option name="localTasksCounter" value="27" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">

View File

@ -51,14 +51,6 @@ public class Connector {
* *
*/ */
private BigDecimal connectorPrice; private BigDecimal connectorPrice;
/**
*
*/
private Integer connectorResidueDegree;
/**
*
*/
private Integer connectorFrequency;
/** /**
* API_URL * API_URL
*/ */

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff