rpc.go 203 B

12345678910111213141516
  1. package model
  2. // ArgDMHistory .
  3. type ArgDMHistory struct {
  4. Oid int64
  5. Date string
  6. Pn int
  7. Ps int
  8. Order string
  9. Sort string
  10. }
  11. // DMHistory .
  12. type DMHistory struct {
  13. ID int64 `json:"id"`
  14. }