asset.go 111 B

12345678
  1. package comm
  2. type PublicAssetReq struct {
  3. DbId string
  4. DefineId string
  5. Id string
  6. Enable bool
  7. }