存算联动参数调整
Former-commit-id: 9b4ecea826ccfaec844d785b4839327414e93fd6
This commit is contained in:
parent
352db15599
commit
0a72a0354d
|
@ -113,8 +113,9 @@ type (
|
||||||
ResourceSpecSl {
|
ResourceSpecSl {
|
||||||
ParticipantId string `json:"participantId"`
|
ParticipantId string `json:"participantId"`
|
||||||
ParticipantName string `json:"participantName"`
|
ParticipantName string `json:"participantName"`
|
||||||
SpecName string `json:"resourceSpecName"`
|
SpecName string `json:"specName"`
|
||||||
SpecId string `json:"resourceSpecId"`
|
SpecId string `json:"specId"`
|
||||||
|
specPrice float64 `json:"specPrice"`
|
||||||
}
|
}
|
||||||
|
|
||||||
ParticipantSl {
|
ParticipantSl {
|
||||||
|
|
Loading…
Reference in New Issue