Files
zy-schedult/.idea/workspace.xml
2025-10-02 22:03:19 +08:00

97 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="e5c0ab69-86a1-48cc-bc4b-2a4ed3402ae8" name="更改" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/Main.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/Doctor.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/Week.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/WorkEnum.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/doctors/GuLei.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/doctors/LiNing.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/doctors/TangTingTing.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/doctors/TianGuoYan.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/doctors/ZhangLiang.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/doctors/ZhouHui.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/com/dota/domain/doctors/ZuYi.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="package-info" />
<option value="Class" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectColorInfo"><![CDATA[{
"associatedIndex": 0
}]]></component>
<component name="ProjectId" id="33Vj0xgzBGBHJYDWFyxFxHyYhjn" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "master",
"kotlin-language-version-configured": "true",
"应用程序.Main.executor": "Run"
}
}]]></component>
<component name="RecentsManager">
<key name="CopyClassDialog.RECENTS_KEY">
<recent name="com.dota.domain" />
</key>
</component>
<component name="RunManager">
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.dota.Main" />
<module name="zy-schedult" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.dota.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="应用程序.Main" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="默认任务">
<changelist id="e5c0ab69-86a1-48cc-bc4b-2a4ed3402ae8" name="更改" comment="" />
<created>1759408913305</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1759408913305</updated>
</task>
<servers />
</component>
</project>