修复了添加结算明细的接口

This commit is contained in:
2025-06-05 08:48:16 +08:00
parent de79efda9a
commit e4f8f6a26e
6 changed files with 35 additions and 18 deletions

View File

@ -22,6 +22,9 @@ spring:
multipart:
max-file-size: 20MB
max-request-size: 20MB
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
# 文件上传和下载地址
@ -30,9 +33,6 @@ file:
upload-dir: D:/qingcheng/image/
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
springdoc:
default-flat-param-object: true