Commit 2a08c1ae authored by yff's avatar yff

反馈模块

parent 2e2ebdb9
package com.gavel.kwell.vo;
import java.io.Serializable;
public class WlslItem implements Serializable {
private String wlid;
private Double zpsl;
public String getWlid() {
return wlid;
}
public void setWlid(String wlid) {
this.wlid = wlid;
}
public Double getZpsl() {
return zpsl;
}
public void setZpsl(Double zpsl) {
this.zpsl = zpsl;
}
}
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