【新增】后端分发优惠券增加按用户组分发的队列功能。

This commit is contained in:
jianweie code
2024-07-31 00:34:29 +08:00
parent aa91837c55
commit 4de1ff6021
16 changed files with 355 additions and 40 deletions

View File

@@ -9941,6 +9941,31 @@
团购或秒杀传递的业务序列
</summary>
</member>
<member name="T:CoreCms.Net.Model.FromBody.FMCouponDistribution">
<summary>
优惠券分发
</summary>
</member>
<member name="P:CoreCms.Net.Model.FromBody.FMCouponDistribution.id">
<summary>
序列
</summary>
</member>
<member name="P:CoreCms.Net.Model.FromBody.FMCouponDistribution.distributionMode">
<summary>
分发方式
</summary>
</member>
<member name="P:CoreCms.Net.Model.FromBody.FMCouponDistribution.userIdOrMobile">
<summary>
用户序列
</summary>
</member>
<member name="P:CoreCms.Net.Model.FromBody.FMCouponDistribution.userGrade">
<summary>
用户组类别
</summary>
</member>
<member name="T:CoreCms.Net.Model.FromBody.FMReports">
<summary>
后台查询报表综合提交参数