工作日历
This commit is contained in:
@@ -18,4 +18,11 @@ namespace Tnb.BasicData.Entities.Dto.BasCalendar
|
||||
public string? start { get; set; }
|
||||
public string? end { get; set; }
|
||||
}
|
||||
public class Shift
|
||||
{
|
||||
public string? startday { get; set; }
|
||||
public string? endday { get; set; }
|
||||
public WorkHour? workhour { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user