data.go 157 B

12345678910
  1. package platformconfig
  2. type req_base struct {
  3. CfgKey string
  4. CfgValue string
  5. Eq int
  6. OpUserID int
  7. OpUserName string
  8. IpAddress string
  9. }