using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace BWP.B3ClientService.Rpcs.RpcBO
|
|
{
|
|
public class DataConfirmList
|
|
{
|
|
public int Order { get; set; }
|
|
|
|
public int PlanNumber { get; set; }
|
|
|
|
public int HotFadeNumber { get; set; }
|
|
}
|
|
}
|