|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace DataServer.api
|
|
{
|
|
public class select_loop_distribution
|
|
{
|
|
public string LoopName { get; set; }
|
|
public string DistributionName { get; set; }
|
|
}
|
|
}
|