作者 tangxuhui

数据结构调整

@@ -300,7 +300,7 @@ type ( @@ -300,7 +300,7 @@ type (
300 CooperationContractIds []string `json:"cooperationContractIds"` 300 CooperationContractIds []string `json:"cooperationContractIds"`
301 } 301 }
302 302
303 - DataCooperationContractBatchRemove struct { 303 + DataCooperationContractBatchRemove []struct {
304 } 304 }
305 ) 305 )
306 306