duInfo.go 65 B

123456
  1. package model
  2. type DuInfo struct {
  3. DpName string
  4. DuId int
  5. }