调整商品统计实体

pull/1121/head
梁宇奇 2025-05-19 18:41:03 +08:00
parent 7b335831e8
commit 9be241314b
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.util.Date;
/**
* store_product_statistics
*
@ -42,5 +44,13 @@ public class StoreProductStatistics extends XktBaseEntity {
*
*/
private Long downloadCount;
/**
*
*/
private Long imgSearchCount;
/**
*
*/
private Date voucherDate;
}