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