using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace IWareDataAccess.Entity.Summary
|
{
|
public class HomePieDataEntity
|
{
|
public string placeType {get;set; }
|
|
public int placeTotalNum { get; set; }
|
public int placeFullNum { get; set; }
|
|
public string placeRate { get; set; }
|
|
public int placeOtherVal { get; set; }
|
|
public int placeVal { get; set; }
|
|
}
|
}
|