机具库存收藏修改

This commit is contained in:
syruan 2026-01-04 16:29:38 +08:00 committed by syruan
parent b88e206f1a
commit 6bd057512e
2 changed files with 16 additions and 4 deletions

View File

@ -11,8 +11,6 @@
<component name="ChangeListManager">
<list default="true" id="d45a03d4-b827-4369-b9e0-6e0f84fd8a5c" name="更改" comment="机具库存收藏修改">
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources/e2bd0280-2297-4f06-a118-593c248b6bff.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources/e2bd0280-2297-4f06-a118-593c248b6bff.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -344,7 +342,7 @@
<workItem from="1749453334208" duration="2286000" />
<workItem from="1749456284039" duration="2246000" />
<workItem from="1750398541883" duration="3619000" />
<workItem from="1767515105131" duration="187000" />
<workItem from="1767515105131" duration="229000" />
</task>
<task id="LOCAL-00001" summary="报废申请修改">
<option name="closed" value="true" />
@ -554,7 +552,15 @@
<option name="project" value="LOCAL" />
<updated>1767515196173</updated>
</task>
<option name="localTasksCounter" value="27" />
<task id="LOCAL-00027" summary="机具库存收藏修改">
<option name="closed" value="true" />
<created>1767515301784</created>
<option name="number" value="00027" />
<option name="presentableId" value="LOCAL-00027" />
<option name="project" value="LOCAL" />
<updated>1767515301784</updated>
</task>
<option name="localTasksCounter" value="28" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

6
bin/web/WEB-INF/web.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0">
</web-app>