pcm-coordinator/model/scparticipantphyinfomodel.go

10 lines
253 B
Go
Executable File

package model
type (
// ScParticipantPhyInfoModel is an interface to be customized, add more methods here,
// and implement the added methods in customScParticipantPhyInfoModel.
ScParticipantPhyInfoModel interface {
scParticipantPhyInfoModel
}
)