增加付款方式字段
This commit is contained in:
@@ -86,6 +86,10 @@ public class TbShopPurveyorTransact implements Serializable {
|
||||
@ApiModelProperty(value = "paidAt")
|
||||
private Long paidAt;
|
||||
|
||||
@Column(name = "`pay_type`")
|
||||
@ApiModelProperty(value = "payType")
|
||||
private String payType;
|
||||
|
||||
@Column(name = "`type`")
|
||||
@ApiModelProperty(value = "type")
|
||||
private String type;
|
||||
|
||||
Reference in New Issue
Block a user