- // Copyright 2019 getensh.com. All rights reserved.
- // Use of this source code is governed by getensh.com.
- package gd_management
- type ManagementDelProviderOldCountReq struct {
- Date string `json:"date"`
- }
- type ManagementDelProviderOldCountReply struct {
- }
|