feat(api): upload file save db (#292)

This commit is contained in:
simontigers
2023-12-11 18:22:33 +08:00
committed by GitHub
parent d3c87ee500
commit 6ff942c107
5 changed files with 89 additions and 8 deletions

View File

@@ -8,6 +8,9 @@ class ErrFormat(CommonErrFormat):
no_file_part = "没有文件部分"
file_is_required = "文件是必须的"
file_not_found = "文件不存在"
file_type_not_allowed = "文件类型不允许"
upload_failed = "上传失败: {}"
direct_supervisor_is_not_self = "直属上级不能是自己"
parent_department_is_not_self = "上级部门不能是自己"