工作日历
This commit is contained in:
@@ -12,11 +12,13 @@ namespace Tnb.BasicData.Entities.Dto
|
||||
public string? datetype { get; set; }
|
||||
public string? workhour { get; set; }
|
||||
public string? worktype { get; set; }
|
||||
public int? calendartype { get; set;}
|
||||
public string? workgroupid { get; set;}
|
||||
public string? userid { get; set; }
|
||||
}
|
||||
public class CalendarBatchInput
|
||||
{
|
||||
public string? startday { get; set; }
|
||||
public string? endday { get; set; }
|
||||
public string[]? startenday { get; set; }
|
||||
public int[]? weekday { get; set; }
|
||||
public string? datetype { get; set; }
|
||||
public string? workhour { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user