|
|
|
@ -11247,7 +11247,7 @@
|
|
|
|
|
<param name="input"></param>
|
|
|
|
|
<returns></returns>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="M:Myshipping.Application.BookingPrintTemplateService.GetPrinttemplateRightList(System.Int64,System.String,System.String)">
|
|
|
|
|
<member name="M:Myshipping.Application.BookingPrintTemplateService.GetPrinttemplateRightList(System.Int64,System.String,System.String,System.String)">
|
|
|
|
|
<summary>
|
|
|
|
|
获取打印模板权限
|
|
|
|
|
</summary>
|
|
|
|
@ -15889,6 +15889,23 @@
|
|
|
|
|
<param name="fileRole">文件功能 (9原始)</param>
|
|
|
|
|
<returns>返回结果</returns>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="M:Myshipping.Application.TaskManageService.SaveBookingStatus(System.Int64,System.String,System.String)">
|
|
|
|
|
<summary>
|
|
|
|
|
更新订舱的状态
|
|
|
|
|
</summary>
|
|
|
|
|
<param name="bookingId">订舱主键</param>
|
|
|
|
|
<param name="code">状态代码</param>
|
|
|
|
|
<param name="name">状态名称</param>
|
|
|
|
|
<returns></returns>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="M:Myshipping.Application.TaskManageService.InnerChargeFeeShippingOrder(Myshipping.Application.Entity.TaskBaseInfo,System.Boolean)">
|
|
|
|
|
<summary>
|
|
|
|
|
扣费
|
|
|
|
|
</summary>
|
|
|
|
|
<param name="taskBaseInfo">任务信息</param>
|
|
|
|
|
<param name="isCharge">是否执行扣费 true-执行扣费 false-不执行扣费(主要是符合扣费条件但是由于超时没有得到准确回执)</param>
|
|
|
|
|
<returns>返回回执</returns>
|
|
|
|
|
</member>
|
|
|
|
|
<member name="M:Myshipping.Application.TaskManageService.GetBookingOrderInfo(System.String)">
|
|
|
|
|
<summary>
|
|
|
|
|
获取订舱详情
|
|
|
|
|