基础模型api
This commit is contained in:
parent
f776becf00
commit
313aaf37d6
@ -51,4 +51,10 @@ public class BaseModelPageReqVO extends PageParam {
|
||||
|
||||
@Schema(description = "aigc平台id")
|
||||
private Long aigcId;
|
||||
|
||||
private Long gpuId;
|
||||
|
||||
private String gpuName;
|
||||
|
||||
|
||||
}
|
||||
|
@ -61,4 +61,8 @@ public class BaseModelRespVO {
|
||||
@Schema(description = "aigc平台id")
|
||||
private Long aigcId;
|
||||
|
||||
private Long gpuId;
|
||||
|
||||
private String gpuName;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user