Files

18 lines
427 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CommonEntity
{
public class NengHao_Repeat
{
public string address { get; set; }
public double dianya { get; set; }
public double dianliu { get; set; }
public double gonglv { get; set; }
public double nenghao { get; set; }
public double zongnenghao { get; set; }
}
}