7 lines
64 B
Go
7 lines
64 B
Go
package model
|
|
|
|
// 站台屏蔽门
|
|
type Psd interface {
|
|
Model
|
|
}
|