图标库
This commit is contained in:
@ -13,15 +13,15 @@ import java.time.LocalDateTime;
|
||||
public class Military {
|
||||
@Schema(description = "主键")
|
||||
private String id;
|
||||
@Schema(description = "模型类型ID")
|
||||
private String modelTypeId;
|
||||
@Schema(description = "模型名称")
|
||||
private String modelName;
|
||||
@Schema(description = "模型类型")
|
||||
private String modelType;
|
||||
@Schema(description = "模型数据")
|
||||
@Schema(description = "军标类型ID")
|
||||
private String militaryTypeId;
|
||||
@Schema(description = "军标名称")
|
||||
private String militaryName;
|
||||
@Schema(description = "军标类型")
|
||||
private String militaryType;
|
||||
@Schema(description = "军标数据")
|
||||
private String data;
|
||||
@Schema(description = "模型视图")
|
||||
@Schema(description = "军标视图")
|
||||
private String view;
|
||||
@Schema(description = "创建时间")
|
||||
private LocalDateTime createdAt;
|
||||
|
||||
Reference in New Issue
Block a user