feat: 霸王餐优惠券使用
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
package com.chaozhanggui.system.cashierservice.entity.vo;
|
||||||
|
|
||||||
|
import lombok.Builder;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.experimental.Accessors;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
@Accessors(chain = true)
|
||||||
|
public class ActivateInInfoVO {
|
||||||
|
private Integer id;
|
||||||
|
private Integer couponId;
|
||||||
|
private Integer num;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user