OneQlik/src/app/shedule.ts

11 lines
180 B
TypeScript
Raw Normal View History

2022-04-20 11:15:19 +05:30
export class Schedule{
_id?: string;
did: string;
ontime: string;
offtime: string;
wday: [boolean];
dexp: Number;
on_uid: string;
off_uid:string;
}