Commit 9928b9b3 by huluobin

merge

parent b52e68bd
...@@ -41,10 +41,6 @@ public class StoreTechnicianPeriod implements Serializable { ...@@ -41,10 +41,6 @@ public class StoreTechnicianPeriod implements Serializable {
} }
public StoreTechnicianPeriod() {
}
public StoreTechnicianPeriod(List<Period> periodList, StoreTechnician storeTechnician) { public StoreTechnicianPeriod(List<Period> periodList, StoreTechnician storeTechnician) {
this.periodList = periodList; this.periodList = periodList;
this.technicianId = storeTechnician.getId(); this.technicianId = storeTechnician.getId();
......
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