Shift constructor
Shift({})
Implementation
Shift({
this.shiftId,
this.shiftName,
this.timeTableId,
this.beginingInDate,
this.cycleNum,
this.cycleUnit,
this.userAdd,
this.dateAdd,
this.userEdit,
this.dateEdit,
this.discriminator,
});