8 lines
118 B
Go
8 lines
118 B
Go
package modelimpl
|
|
|
|
import "joylink.club/rtss-core/model"
|
|
|
|
type PhysicalSection struct {
|
|
*model.PhysicalSectionImpl
|
|
}
|