xiaojiao
2 天以前 ef409d6ed01cf7da29f0033f0180b192f18d1e1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_Model.Models;
 
namespace WIDESEAWCS_IBasicInfoService
{
    public interface IDt_MaterialInfo_HtyService : IService<Dt_MaterialInfo_Hty>
    {
 
    }
}