Commit 250f0fd7 by zhiwj

导购

parent dcc7f908
......@@ -65,7 +65,7 @@ public class ClerkQO implements Serializable {
*/
private Integer status;
private Integer clerkType;
private Integer positionId;
public Integer getClerkId() {
return clerkId;
......@@ -139,11 +139,11 @@ public class ClerkQO implements Serializable {
this.status = status;
}
public Integer getClerkType() {
return clerkType;
public Integer getPositionId() {
return positionId;
}
public void setClerkType(Integer clerkType) {
this.clerkType = clerkType;
public void setPositionId(Integer positionId) {
this.positionId = positionId;
}
}
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