request/attribute.go
@@ -1,8 +1,11 @@ package request import "wms/models" type GetAttributeList struct { PageInfo Keyword string `json:"keyword"` Keyword string `json:"keyword"` EntityType models.EntityType `json:"entityType"` } type AddAttribute struct {