Files

8 lines
126 B
Go

package vo
type ConfigVo struct {
Key string `json:"key"`
Value string `json:"value"`
Remark string `json:"remark"`
}