From 2922e51a7a8e657a8467c818ae16700e41ddac77 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 10 五月 2022 19:45:58 +0800 Subject: [PATCH] bug修复 --- app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetRecord.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetRecord.java b/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetRecord.java index 716bf17..a002de6 100644 --- a/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetRecord.java +++ b/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetRecord.java @@ -1,5 +1,6 @@ package com.yeshi.makemoney.app.entity.goldcorn; +import com.yeshi.makemoney.app.entity.SystemEnum; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.index.Indexed; import org.springframework.data.mongodb.core.mapping.Document; @@ -26,6 +27,8 @@ @Indexed private String day; private Integer cornNum; + + private SystemEnum system; /** * 鏃堕棿鏁伴噺锛堝崟浣嶄负娆�/涓�/绉掞級 @@ -69,6 +72,13 @@ return st; } + public SystemEnum getSystem() { + return system; + } + + public void setSystem(SystemEnum system) { + this.system = system; + } public String getId() { return id; -- Gitblit v1.8.0