bigmember.go 77 B

1234567
  1. package model
  2. type (
  3. JyBigProductParam struct {
  4. *ProductCommonParam
  5. }
  6. )