分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-04-27 0b5ccdca6263cf7a2cee460f30c76ef1efea2811
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
*所有关于{TableName}类的业务代码接口应在此处编写
*/
using {StartName}_Core.BaseProvider;
using {StartName}_Entity.DomainModels;
using WIDESEA_Core.Utilities;
using System.Linq.Expressions;
namespace {Namespace}.IServices
{
    public partial interface I{TableName}Service
    {
    }
 }