1
2
3
4
5
6
7
8
9
10
11
12
13
14
| /*
| *代码由框架生成,任何更改都可能导致被代码生成器覆盖
| */
| using WIDESEA.Core.BaseProvider;
| using WIDESEA.Core.Utilities;
| using WIDESEA.Entity.DomainModels;
|
| namespace WIDESEA.Services.IServices
| {
| public partial interface IDt_outboundorder_headService : IService<Dt_outboundorder_head>
| {
|
| }
| }
|
|