模型库、矢量文件

This commit is contained in:
ZZX9599
2025-09-29 17:34:21 +08:00
parent 94add25716
commit efe4ddf97b
11 changed files with 1159 additions and 719 deletions

View File

@ -20,9 +20,7 @@ public class Military {
@Schema(description = "军标类型")
private String militaryType;
@Schema(description = "军标数据")
private String data;
@Schema(description = "军标视图")
private String view;
private byte[] militaryData;
@Schema(description = "创建时间")
private LocalDateTime createdAt;
@Schema(description = "更新时间")