缺少上传文件组件的完整代码,期待获取,完成签到页的全面优化

This commit is contained in:
2024-12-15 21:41:23 +08:00
parent 9fd16697d5
commit ba0d565424
27 changed files with 1102 additions and 57 deletions

View File

@@ -8,6 +8,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="id" column="id"/>
<result property="inventory" column="inventory"/>
<result property="model" column="model"/>
<result property="price" column="price"/>
<result property="unit" column="unit"/>
<result property="name" column="name"/>
<result property="brand" column="brand"/>