From 6cc97918a5a42e37a3c3867cc5b78a0b9fd43a24 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 29 四月 2022 19:55:41 +0800 Subject: [PATCH] 功能完善 --- app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetPrice.java | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetPrice.java b/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetPrice.java index 2dcb457..abc6dc1 100644 --- a/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetPrice.java +++ b/app/src/main/java/com/yeshi/makemoney/app/entity/goldcorn/GoldCornGetPrice.java @@ -24,8 +24,15 @@ * 鑾峰緱绫诲瀷 */ private GoldCornGetType type; + /** - * 閲戝竵鏁伴噺 + * 璁℃暟绫诲瀷 + */ + private GoldCornPriceCountType countType; + + + /** + * 閲戝竵鏁伴噺锛堟/鍒嗛挓锛� */ private Integer cornNum; @@ -49,6 +56,7 @@ * 澶囨敞 */ private String remarks; + private Date createTime; @@ -138,4 +146,13 @@ public void setTeamDivide(Boolean teamDivide) { this.teamDivide = teamDivide; } + + + public GoldCornPriceCountType getCountType() { + return countType; + } + + public void setCountType(GoldCornPriceCountType countType) { + this.countType = countType; + } } -- Gitblit v1.8.0