模型库、矢量文件
This commit is contained in:
@ -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 = "更新时间")
|
||||
|
||||
Reference in New Issue
Block a user