You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package MySwagger
|
|
|
|
type Data struct {
|
|
OrgID string `json:"org_id" example:"200201"`
|
|
DataID string `json:"data_id" example:"202008080008"`
|
|
Data string `json:"data" example:"{id:12300,name:zhangj,org_id:123001}"`
|
|
DelFlag int `json:"del_flag" example:"0"`
|
|
}
|
|
|