using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Calculation.DispatchAna.Model
{
///
///
///
public enum eAnaSchemeSortType
{
///
///
///
功率 = 0,
///
///
///
流量差值 = 1
}
}