초기커밋
This commit is contained in:
19
GameServer/Contents/TaskReservation/TaskReservationSchema.cs
Normal file
19
GameServer/Contents/TaskReservation/TaskReservationSchema.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
|
||||
|
||||
namespace GameServer
|
||||
{
|
||||
public class TaskReservationChargePointData
|
||||
{
|
||||
public double BeamAmount { get; set; } = 0;
|
||||
public string PointType { get; set; } = string.Empty;
|
||||
|
||||
public string orderGuid { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user