fix:Asynchronous communication with C-end

This commit is contained in:
qiwang 2024-10-31 12:41:44 +08:00
parent a0b10765ca
commit d8bc1b18ee
1 changed files with 2 additions and 1 deletions

View File

@ -144,8 +144,9 @@ type ObsTra struct {
}
type RemoteTra struct {
DatasetTra DatasetTra `json:"datasetIn,omitempty"`
Obs ObsTra `json:"obs,omitempty"`
}
type DatasetTra struct {
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`