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

Commit 8e8524df authored by 胡佳晨's avatar 胡佳晨

票种相关增加 快递票 寄付,到付

parent 8a5887b8
...@@ -31,8 +31,8 @@ public class TicketCreateParam implements Serializable { ...@@ -31,8 +31,8 @@ public class TicketCreateParam implements Serializable {
@NotNull(message = "票种名称不能为空") @NotNull(message = "票种名称不能为空")
private String title; private String title;
// @ApiModelProperty(value = "类型", example = "2") @ApiModelProperty(value = "快递类型 1寄付 2到付", example = "2")
// private int type; private Integer expressType;
@ApiModelProperty(value = "是否学生票 0否 1是", example = "0") @ApiModelProperty(value = "是否学生票 0否 1是", example = "0")
@NotNull(message = "是否学生票不能为空") @NotNull(message = "是否学生票不能为空")
......
...@@ -109,7 +109,6 @@ public class KylinTicketPartnerVo implements Serializable,Cloneable { ...@@ -109,7 +109,6 @@ public class KylinTicketPartnerVo implements Serializable,Cloneable {
private String updatedAt; private String updatedAt;
public void setDefault(){ public void setDefault(){
this.setExpressType(2);
this.setIsMember(0); this.setIsMember(0);
this.setIsTransfer(0); this.setIsTransfer(0);
this.setIsExclusive(0); this.setIsExclusive(0);
......
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