feat: 补全客户端订单和资产 DTO _name 字段,修复代码格式

This commit is contained in:
2026-04-14 11:19:57 +08:00
parent 42c5ec912f
commit c35542f911
6 changed files with 164 additions and 97 deletions

View File

@@ -278,4 +278,3 @@ func parseCardRows(rows [][]string) (*CSVParseResult, error) {
return result, nil
}