namespace YZXYH.Repository.Interface { public partial interface ISysFunctionRepository { string GetFatherInfo(string id=""); } }