mirror of https://gitee.com/answerdev/answer.git
Merge branch 'fix/reason' into 'main'
fix: reason item See merge request opensource/answer!30
This commit is contained in:
commit
a113d4caa9
|
@ -5,6 +5,7 @@ type ReasonItem struct {
|
|||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
ContentType string `json:"content_type"`
|
||||
Placeholder string `json:"placeholder"`
|
||||
}
|
||||
|
||||
type ReasonReq struct {
|
||||
|
|
Loading…
Reference in New Issue