upd: 修改订单与家政人员接口
This commit is contained in:
		| @ -0,0 +1,25 @@ | ||||
| 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 OrderPagedResultRequestDto : PagedResultRequestDto | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// 订单状态 | ||||
|         /// </summary> | ||||
|         public OrderStatus Status { get; set; } = OrderStatus.Created; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// 服务时间 | ||||
|         /// </summary> | ||||
|         public DateTime? ServiceTime { get;  set; } | ||||
|  | ||||
|  | ||||
|     } | ||||
| } | ||||
| @ -0,0 +1,12 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace KonSoft.Admin.Dtos | ||||
| { | ||||
|     public class WorkerRegisterDto | ||||
|     { | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 于鹏
					于鹏