Commit 77d5a3a832481dc9edc9048cb3f3016edf318c53
1 parent
319ad539
update
Showing
1 changed file
with
5 additions
and
5 deletions
src/main/java/com/bsth/entity/oil/Jdl.java
| ... | ... | @@ -21,7 +21,7 @@ public class Jdl { |
| 21 | 21 | private String gsName; |
| 22 | 22 | private String fgsBm; |
| 23 | 23 | private String fgsName; |
| 24 | - private String clZbh; | |
| 24 | + private String nbbm; | |
| 25 | 25 | private Double jdl = 0.0; |
| 26 | 26 | private String jdz; |
| 27 | 27 | private String remarks; |
| ... | ... | @@ -63,11 +63,11 @@ public class Jdl { |
| 63 | 63 | public void setFgsName(String fgsName) { |
| 64 | 64 | this.fgsName = fgsName; |
| 65 | 65 | } |
| 66 | - public String getClZbh() { | |
| 67 | - return clZbh; | |
| 66 | + public String getNbbm() { | |
| 67 | + return nbbm; | |
| 68 | 68 | } |
| 69 | - public void setClZbh(String clZbh) { | |
| 70 | - this.clZbh = clZbh; | |
| 69 | + public void setNbbm(String nbbm) { | |
| 70 | + this.nbbm = nbbm; | |
| 71 | 71 | } |
| 72 | 72 | public Double getJdl() { |
| 73 | 73 | return jdl; | ... | ... |