provider.go 258 B

12345678910
  1. // Copyright 2019 getensh.com. All rights reserved.
  2. // Use of this source code is governed by getensh.com.
  3. package gd_management
  4. type ManagementDelProviderOldCountReq struct {
  5. Date string `json:"date"`
  6. }
  7. type ManagementDelProviderOldCountReply struct {
  8. }