This commit is contained in:
qianjiawei
2023-07-17 15:15:21 +08:00
parent c254739b2e
commit 25288d8933
3 changed files with 36 additions and 13 deletions

View File

@@ -13,8 +13,8 @@ namespace Tnb.BasicData.Entities.Dto
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 string? content { get; set;}
}
public class CalendarBatchInput
{