StableVersion4.3/HL_FristAidPlatform_DTO/Service/ConfirmTakeOrderseDTO.cs

8 lines
133 B
C#

namespace HL_FristAidPlatform_DTO
{
public class ConfirmTakeOrderseDTO
{
public string GUID { get; set; }
}
}