|
@@ -68,7 +68,7 @@ type AddSearchScreen struct {
|
|
|
FileExists string `json:"fileExists,optional"` //附件
|
|
|
Notkey string `json:"notkey,optional"` //排除词
|
|
|
Tabularflag string `json:"tabularflag,optional"`
|
|
|
- InKey string `json:"inkey,optional"`
|
|
|
+ InKey string `json:"inkey"`
|
|
|
}
|
|
|
|
|
|
type CommonRes struct {
|