add: 师傅实体和服务类型
This commit is contained in:
		| @ -0,0 +1,17 @@ | ||||
| using KonSoft.Admin.Enums; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Threading.Tasks; | ||||
| using Volo.Abp.Application.Dtos; | ||||
|  | ||||
| namespace KonSoft.Admin.Dtos | ||||
| { | ||||
|     public class WorkerDto : EntityDto<Guid> | ||||
|     { | ||||
|         public string Name { get; set; } | ||||
|         public string Phone { get; set; } | ||||
|         public List<Guid> SkillCategoryIds { get; set; } = new();  // 擅长服务类型 | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 于鹏
					于鹏