Merge remote-tracking branch 'origin/zcc'

This commit is contained in:
wangjinlei
2024-06-03 10:16:31 +08:00
7 changed files with 92 additions and 9 deletions

View File

@@ -65,6 +65,10 @@ public class BuyOrder implements Serializable {
* 地址
*/
private String address;
/**
* 订单来源0疯子读书1国学众妙之门2医学吴门医述
*/
private Integer come;
/**
* 支付方式 1微信2支付宝3ios内购 4虚拟币
*/

View File

@@ -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;
}