From cddcf22a61489ee9c2dfee169d817ccd66f95430 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 03 九月 2021 02:23:43 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/po/feeFormula/FeeFormulaPo.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/po/feeFormula/FeeFormulaPo.java b/java110-bean/src/main/java/com/java110/po/feeFormula/FeeFormulaPo.java
old mode 100644
new mode 100755
index 12949c0..0798215
--- a/java110-bean/src/main/java/com/java110/po/feeFormula/FeeFormulaPo.java
+++ b/java110-bean/src/main/java/com/java110/po/feeFormula/FeeFormulaPo.java
@@ -11,6 +11,8 @@
private String formulaDesc;
private String communityId;
+ private String price;
+
public String getFormulaId() {
return formulaId;
@@ -59,4 +61,12 @@
public void setCommunityId(String communityId) {
this.communityId = communityId;
}
+
+ public String getPrice() {
+ return price;
+ }
+
+ public void setPrice(String price) {
+ this.price = price;
+ }
}
--
Gitblit v1.8.0