Shuxia Ning
2025-02-26 04355e18d030ab55832639a58ccb87fbbfe2ef80
1
2
3
4
5
6
7
8
9
10
11
12
using Yw.DAL;
 
namespace PBS.DAL
{
    /// <summary>
    /// 模型模板组
    ///</summary> 
    public interface IModelTemplateGroup : IBaseDAL<PBS.Entity.ModelTemplateGroup>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateTreeSorter
    {
 
    }
}