记得上下班打卡 | git大法好,push需谨慎

Commit f04fb751 authored by GaoHu's avatar GaoHu

exit

parent 581c4d2a
......@@ -5,7 +5,6 @@ import lombok.Data;
import javax.validation.constraints.NotBlank;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* <p>
......@@ -20,11 +19,6 @@ public class SmilePriceParam implements Serializable {
private static final long serialVersionUID = 1L;
/**
* id
*/
private Long id;
/**
* 演出id
*/
......@@ -39,12 +33,6 @@ public class SmilePriceParam implements Serializable {
@NotBlank(message = "用户id不能为空")
private String uid;
/**
* 打款金额
*/
@ApiModelProperty(value = "打款金额不能为空")
private BigDecimal price;
@ApiModelProperty(value = "打款标识0打款,1未打款")
@NotBlank(message = "打款标识不能为空")
private Integer status;
......
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