using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IntelligentControlForsx.Service.ParameterFormInfo.Domain
{
public class WindturbineUniformCode
{
///
/// 统一编码
///
public string UnifromCode { set; get; }
///
/// 含义
///
public string Name { set; get; }
}
}