edb_config.go 85 B

12345
  1. package models
  2. type EdbConfig struct {
  3. ConfigValue string `description:"详情"`
  4. }