xiaojiao
2026-03-23 f02d3a8ffc05a10a64859b2a16d5d43c8abb0fb9
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *代码由框架生成,任何更改都可能导致被代码生成器覆盖
 */
using WIDESEA.Core.BaseProvider;
using WIDESEA.Entity.DomainModels;
 
namespace WIDESEA.Services.IServices
{
    public partial interface Idt_selectionRecordService : IService<dt_selectionRecord>
    {
    }
}