同步接口

optimize
wet 2 years ago
parent f72e106bbc
commit cf6b8b4f87

@ -5220,7 +5220,6 @@ namespace Myshipping.Application
Template = Template, Template = Template,
WTDW = WTDW, WTDW = WTDW,
DCDL = DCDL, DCDL = DCDL,
YFXY = YFXY,
GoodsName = GoodsName, GoodsName = GoodsName,
User = User, User = User,
Forwarder = Forwarder, Forwarder = Forwarder,

@ -63,7 +63,7 @@ namespace Myshipping.Application
SqlSugarRepository<SysUser> repUser, SqlSugarRepository<SysTenant> repTenant, SqlSugarRepository<DjyCustomer> djycustomer, SqlSugarRepository<SysUser> repUser, SqlSugarRepository<SysTenant> repTenant, SqlSugarRepository<DjyCustomer> djycustomer,
SqlSugarRepository<DjyCustomerContact> djycustomercontact, SqlSugarRepository<DjyVesselInfo> vesselinfo, SqlSugarRepository<BookingCtnDetail> ctndetailrep SqlSugarRepository<DjyCustomerContact> djycustomercontact, SqlSugarRepository<DjyVesselInfo> vesselinfo, SqlSugarRepository<BookingCtnDetail> ctndetailrep
, SqlSugarRepository<BookingEDIExt> bookingEDIExt, SqlSugarRepository<BookingLog> bookinglog, SqlSugarRepository<BookingLogDetail> bookinglogdetail, , SqlSugarRepository<BookingEDIExt> bookingEDIExt, SqlSugarRepository<BookingLog> bookinglog, SqlSugarRepository<BookingLogDetail> bookinglogdetail,
SqlSugarRepository<BookingGoodsStatus> goodsStatus, SqlSugarRepository<BookingGoodsStatusConfig> goodsStatusConfig, SqlSugarRepository<BookingGoodsStatus> goodsStatus, SqlSugarRepository<BookingGoodsStatusConfig> goodsStatusConfig, SqlSugarRepository<DjyTenantLine> repline,
SqlSugarRepository<BookingRemark> bookingremark) SqlSugarRepository<BookingRemark> bookingremark)
{ {
this._logger = logger; this._logger = logger;
@ -82,6 +82,7 @@ namespace Myshipping.Application
this._bookingremark = bookingremark; this._bookingremark = bookingremark;
this._goodsStatus = goodsStatus; this._goodsStatus = goodsStatus;
this._goodsStatusConfig = goodsStatusConfig; this._goodsStatusConfig = goodsStatusConfig;
this._repline = repline;
} }

Loading…
Cancel
Save