|
|
|
|
@ -9,12 +9,12 @@
|
|
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
|
<list default="true" id="c05b8a8d-d805-4e13-a87e-db77479b20ae" name="Default Changelist" comment="解绝数据库连接的问题">
|
|
|
|
|
<list default="true" id="c05b8a8d-d805-4e13-a87e-db77479b20ae" 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$/lib/database/database_init.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/database/database_init.dart" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/lib/entity/Clock.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/entity/Clock.dart" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/lib/entity/Course.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/entity/Course.dart" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/lib/entity/Task.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/entity/Task.dart" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/lib/entity/Team.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/entity/Team.dart" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/lib/entity/User.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/entity/User.dart" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/lib/entity/Work.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/entity/Work.dart" afterDir="false" />
|
|
|
|
|
</list>
|
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
|
<workItem from="1695208047127" duration="657000" />
|
|
|
|
|
<workItem from="1695299184020" duration="3382000" />
|
|
|
|
|
<workItem from="1695309116608" duration="10000" />
|
|
|
|
|
<workItem from="1695340191136" duration="21394000" />
|
|
|
|
|
<workItem from="1695340191136" duration="31011000" />
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00001" summary="解绝数据库连接的问题">
|
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
|
@ -163,7 +163,23 @@
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1695361008460</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<option name="localTasksCounter" value="3" />
|
|
|
|
|
<task id="LOCAL-00003" summary="添加基本的实体类">
|
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
|
<created>1695368567738</created>
|
|
|
|
|
<option name="number" value="00003" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00003" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1695368567738</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00004" summary="添加基本的实体类">
|
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
|
<created>1695368650691</created>
|
|
|
|
|
<option name="number" value="00004" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00004" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1695368650691</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<option name="localTasksCounter" value="5" />
|
|
|
|
|
<servers />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="ToolWindowManager">
|
|
|
|
|
@ -188,7 +204,8 @@
|
|
|
|
|
</component>
|
|
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
|
|
<MESSAGE value="解绝数据库连接的问题" />
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="解绝数据库连接的问题" />
|
|
|
|
|
<MESSAGE value="添加基本的实体类" />
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="添加基本的实体类" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
|
|
|
<expand />
|
|
|
|
|
|