Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package vo
|
||||
|
||||
type ConfigVo struct {
|
||||
Key string `json:"key"`
|
||||
Value string `json:"value"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
Reference in New Issue
Block a user