特权期的计算逻辑

This commit is contained in:
2026-05-14 22:36:33 +08:00
parent c539363eaf
commit 5585f2c08a
4 changed files with 13 additions and 2 deletions

View File

@@ -60,6 +60,10 @@ public class LbPurchaseApply implements Serializable {
@Schema(description = "团队长")
private String teamLeader;
@TableField("team_big_leader")
@Schema(description = "双收益团队长")
private String teamBigLeader;
@TableField("apply_date")
@Schema(description = "申请日期")
private LocalDate applyDate;