@@ -0,0 +1,8 @@
|
||||
package disc
|
||||
|
||||
type DistrictStater interface {
|
||||
GetDiscCode() string
|
||||
GetPromSeqe() string
|
||||
GetSysType() string
|
||||
String() string
|
||||
}
|
||||
Reference in New Issue
Block a user