刘磊
2026-01-15 c1dbe3bb1724236f4c283cf5315e555df2026c6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
 
namespace WIDESEA_IBusinessServices
{
    public interface IDt_TypeMappingService : IService<Dt_TypeMapping>
    {
    }
}