add: 师傅实体和服务类型

This commit is contained in:
于鹏
2025-10-06 15:58:11 +08:00
parent a1038f1b7b
commit ff0ec31ed0
18 changed files with 321 additions and 7 deletions

View File

@ -12,7 +12,7 @@ namespace KonSoft.Admin.Dtos
[Required]
public Guid CustomerId { get; set; }
[Required]
public Guid ServiceId { get; set; }
public Guid ServiceCategoryId { get; set; }
[Required]
public DateTime ServiceTime { get; set; }
[Required]