Commit 9799c826 by huluobin

update

parent 810549f2
...@@ -45,6 +45,7 @@ public class StoreTechnicianPeriod implements Serializable { ...@@ -45,6 +45,7 @@ public class StoreTechnicianPeriod implements Serializable {
this.technicianId = storeTechnician.getId(); this.technicianId = storeTechnician.getId();
this.name = storeTechnician.getName(); this.name = storeTechnician.getName();
this.picturePath = storeTechnician.getPicturePath(); this.picturePath = storeTechnician.getPicturePath();
this.grade = storeTechnician.getGrade();
} }
} }
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