This commit is contained in:
suyl
2021-06-04 14:50:42 +08:00
parent 2ac889968e
commit 8c222ece76

View File

@@ -299,6 +299,8 @@ func (c *OrderController) ExportMTWaybills() {
// @Param brandID query int false "品牌ID"
// @Param mustInvoice query bool false "是否必须要求开发票"
// @Param deliveryTypes query string false "配送方式"
// @Param jxIncomeBegin query string false "预计收入begin"
// @Param jxIncomeEnd query string false "预计收入end"
// @Param offset query int false "结果起始序号以0开始缺省为0"
// @Param pageSize query int false "结果页大小缺省为50-1表示全部"
// @Success 200 {object} controllers.CallResult