mirror of https://github.com/EasyAbp/EShop.git
5 changed files with 37 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||
|
using System; |
||||
|
|
||||
|
namespace EasyAbp.EShop.Orders.Orders.Dtos |
||||
|
{ |
||||
|
[Serializable] |
||||
|
public class UpdateStaffRemarkInput |
||||
|
{ |
||||
|
public string StaffRemark { get; set; } |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue