namespace YZXYH.Repository.Interface { public partial interface IContributeActivityInfoRepository { string GetContributeActivity(); } }