namespace DS.WMS.Core.Invoice.Interface { /// /// 标准开票 /// public interface IGeneralInvoiceService : IInvoiceService { } }