22 lines
573 B
C#
22 lines
573 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models
|
|||
|
|
{
|
|||
|
|
public class sqwzcgmxModel
|
|||
|
|
{
|
|||
|
|
public int id { get; set; }
|
|||
|
|
public int sqdid { get; set; }
|
|||
|
|
public int wzid { get; set; }
|
|||
|
|
public string wzmc { get; set; }
|
|||
|
|
public string wzgg { get; set; }
|
|||
|
|
public string wzdw { get; set; }
|
|||
|
|
public decimal sl { get; set; }
|
|||
|
|
public decimal dj { get; set; }
|
|||
|
|
public DateTime czsj { get; set; }
|
|||
|
|
public decimal hj { get { return sl * dj; } }
|
|||
|
|
}
|
|||
|
|
}
|