using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IStation.Model
{
public partial class Station
{
///
///
///
public class DesignParameters:JsonModel
{
///
/// 流量
///
public string Flow { get; set; }
}
}
}