Commit afd43a97 by huluobin

update

parent c82ca464
...@@ -14,13 +14,21 @@ import java.io.Serializable; ...@@ -14,13 +14,21 @@ import java.io.Serializable;
public class AchievementsPersonaResultPageApiRequest implements Serializable { public class AchievementsPersonaResultPageApiRequest implements Serializable {
private Integer year; private Integer year;
private Integer month; private Integer month;
private Integer status; private Integer status;
private Integer page; private Integer page;
private Integer rows; private Integer rows;
private String sidx; private String sidx;
private String sord; private String sord;
private Integer technician_id; private Integer technician_id;
private Integer page_store_id;
} }
...@@ -54,4 +54,7 @@ public class GetTechnicianPageRequest implements Serializable { ...@@ -54,4 +54,7 @@ public class GetTechnicianPageRequest implements Serializable {
private Integer technician_id; private Integer technician_id;
private Integer page_store_id;
} }
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