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