src/main/java/com/lf/server/entity/ctrl/CountEntity.java
@@ -5,6 +5,8 @@ * @author WWW */ public class CountEntity { private Integer no; private String m1; private String m2; @@ -18,6 +20,14 @@ public CountEntity() { } public Integer getNo() { return no; } public void setNo(Integer no) { this.no = no; } public String getM1() { return m1; }