store_search_param.go 124 B

123456
  1. package vo
  2. type StoreSearchParam struct {
  3. StoreId int64 `json:"store_id"`
  4. //EnterpriseId string `json:"enterprise_id"`
  5. }