Service/HStation.Service.PhartRelation.Core/04-dal/01-interface/01-relation/IPhartDiagramRelation.cs
@@ -1,12 +1,12 @@ using Yw.DAL; using Yw.DAL; namespace HStation.DAL { /// <summary> /// 图表关联 ///</summary> public interface IPhartDiagramRelation : IBaseDAL<Entity.PhartDiagramRelation> , IUpdateSorter { public interface IPhartDiagramRelation : IBaseDAL<Entity.PhartDiagramRelation>, IUpdateSorter { /// <summary> /// 插入拓展 /// </summary> @@ -44,4 +44,4 @@ } }