package disc type DistrictStater interface { GetDiscCode() string GetPromSeqe() string GetSysType() string String() string }