Commit 07677114 authored by zhoumaotao's avatar zhoumaotao

3

parent bba0b4d3
......@@ -13,6 +13,8 @@ public class GpfkHgVO extends BaseEntity {
private Double hgsl;//合格数量
private Double hgl;//合格率
public Date getFkrq() {
return fkrq;
......@@ -38,4 +40,11 @@ public class GpfkHgVO extends BaseEntity {
this.hgsl = hgsl;
}
public Double getHgl() {
return hgl;
}
public void setHgl(Double hgl) {
this.hgl = hgl;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment