Merge remote-tracking branch 'origin/zcc'
This commit is contained in:
@@ -65,6 +65,10 @@ public class BuyOrder implements Serializable {
|
||||
* 地址
|
||||
*/
|
||||
private String address;
|
||||
/**
|
||||
* 订单来源,0疯子读书1国学众妙之门2医学吴门医述
|
||||
*/
|
||||
private Integer come;
|
||||
/**
|
||||
* 支付方式 1微信,2支付宝,3ios内购 ,4虚拟币
|
||||
*/
|
||||
|
||||
@@ -40,4 +40,8 @@ public class CourseEntity {
|
||||
private Date endTime;
|
||||
@TableField(exist = false)
|
||||
private Integer toSociologySort;
|
||||
@TableField(exist = false)
|
||||
private Integer level;
|
||||
@TableField(exist = false)
|
||||
private Integer selective;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user