You've already forked FrameTour-BE
分账逻辑及逻辑接入及分账记录查询
This commit is contained in:
@@ -15,8 +15,10 @@ public class ProfitSharingRecord {
|
||||
private BigDecimal amount;
|
||||
private BigDecimal wxAmount;
|
||||
private BigDecimal manualAmount;
|
||||
private Integer rateMode; // 微信分账比例
|
||||
private BigDecimal wxRate; // 微信分账比例
|
||||
private BigDecimal realRate; // 实际分账比例
|
||||
private BigDecimal orderAmount; // 订单金额
|
||||
private Integer status;
|
||||
private Date createTime;
|
||||
}
|
@@ -15,6 +15,10 @@ public class ProfitSharingUser {
|
||||
private Map<String, String> wxPayConfig;
|
||||
private String name;
|
||||
private String description;
|
||||
/**
|
||||
* 分账比例模式,0:剩余模式,1:固定比例,2:扣除固定抽成后的动态比例,3:固定抽成,4:扣除其他所有类型抽成后的动态比例
|
||||
*/
|
||||
private Integer rateMode;
|
||||
/**
|
||||
* 微信分账比例,单位为%
|
||||
*/
|
||||
|
Reference in New Issue
Block a user