using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace IWareDataAccess.Entity.Summary
|
{
|
public class HomeNumDataEntity
|
{
|
public int no { get; set; }
|
public string titel { get; set; }
|
public int value { get; set; }
|
}
|
}
|