using System; using System.Collections.Generic; using System.Linq; using System.Text; using CY.IBaseDAL; using CY.Model; namespace CY.IDAL { /// /// 用于工单订单关联-数据库操作接口 /// public interface ISys_RelationTypeDAL : ICommonDAL, IPaging, IGetAllModel { } }