wanshenmean
20 小时以前 18e076538e40b7cc3a8b28028b1c3c6a3e0e5618
1
2
3
4
5
6
7
8
9
10
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
 
namespace WIDESEA_IOutboundService
{
    public interface IOutboundOrder_HtyService : IService<Dt_OutboundOrder_Hty>
    {
        
    }
}