finance
黄伟 2 years ago
parent 59be592ae6
commit 4f44445db7

@ -41,8 +41,8 @@ func (c *category) Add(ctx context.Context, args ArgsCategoryAdd) (err error) {
}
type ReplyCategoryAddError struct {
CategoryName string
ErrMsg string
CategoryName string `json:"categoryName"`
ErrMsg string `json:"errMsg"`
}
// Adds @Title 添加分类

Loading…
Cancel
Save