package request
|
|
|
|
type CloseRequest struct {
|
|
//CreateOrgId string `json:"CreateOrgId"`
|
|
//Numbers []string `json:"Numbers"`
|
|
Ids string `json:"Ids"`
|
|
//PkEntryIds interface{} `json:"PkEntryIds"`
|
|
//NetworkCtrl bool `json:"NetworkCtrl"`
|
|
//IgnoreInterationFlag bool `json:"IgnoreInterationFlag"`
|
|
}
|