Commit 6b09148e by 周晓航

券包 参加活动的数量限制

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 647bb77a
...@@ -74,6 +74,11 @@ public class CalculationDiscountGoodsDto { ...@@ -74,6 +74,11 @@ public class CalculationDiscountGoodsDto {
*/ */
private boolean gift = false; private boolean gift = false;
/**
* i应用传isaas,快中台传fast
*/
private String application = "isaas";
public boolean getMeal(){return meal;} public boolean getMeal(){return meal;}
public void setMeal(boolean meal){ public void setMeal(boolean meal){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment