同步接口

optimize
wet 2 years ago
parent f72e106bbc
commit cf6b8b4f87

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

@ -63,7 +63,7 @@ namespace Myshipping.Application
SqlSugarRepository<SysUser> repUser, SqlSugarRepository<SysTenant> repTenant, SqlSugarRepository<DjyCustomer> djycustomer,
SqlSugarRepository<DjyCustomerContact> djycustomercontact, SqlSugarRepository<DjyVesselInfo> vesselinfo, SqlSugarRepository<BookingCtnDetail> ctndetailrep
, 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)
{
this._logger = logger;
@ -82,6 +82,7 @@ namespace Myshipping.Application
this._bookingremark = bookingremark;
this._goodsStatus = goodsStatus;
this._goodsStatusConfig = goodsStatusConfig;
this._repline = repline;
}

Loading…
Cancel
Save