定时任务修改

This commit is contained in:
张松
2025-03-18 09:52:29 +08:00
parent 1a297840bd
commit 1e0e8f251c
3 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
package com.czg.order.entity;
import com.alibaba.fastjson2.annotation.JSONField;
import com.mybatisflex.annotation.Column;
import com.mybatisflex.annotation.Id;
import com.mybatisflex.annotation.KeyType;
import com.mybatisflex.annotation.Table;
@@ -136,6 +137,7 @@ public class ShopOrderStatistic implements Serializable {
/**
* 新增会员数
*/
@Column(ignore = true)
private Long newMemberCount = 0L;
/**
* 店铺id