接口联调

This commit is contained in:
liang.chao 2025-11-10 10:19:28 +08:00
parent f0f96e1673
commit d5997b427e
1 changed files with 98 additions and 114 deletions

View File

@ -693,20 +693,4 @@ public class DocumentScreenImpl implements DocumentScreenService {
else return String.format("%.2f MB", bytes / (1024 * 1024.0)); else return String.format("%.2f MB", bytes / (1024 * 1024.0));
} }
} }