lixiaojun
2025-01-13 1c30ee4068eb5dba3c6b9a4987b98034f2a622d0
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 @@
    }
}