using System; using ZR.Model.Models; namespace ZR.Service.Business { /// /// 定义服务接口 /// public interface IGendemoService: IBaseService { } }