24 lines
632 B
C#
24 lines
632 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace SOH.Entities
|
|||
|
|
{
|
|||
|
|
public class TjTjByJson
|
|||
|
|
{
|
|||
|
|
public string htfzmc;//分组名称
|
|||
|
|
public int fzyj;//分组原价
|
|||
|
|
public int ssjg;//实收价格
|
|||
|
|
public short zl;//折率
|
|||
|
|
//public string jffs;//交费方式
|
|||
|
|
//public string jxjf;//加项消费
|
|||
|
|
public int sjrs;//实检人数
|
|||
|
|
public int sjje;//实检金额
|
|||
|
|
public int wjrs;//未检人数
|
|||
|
|
// public decimal wjje;//未检金额
|
|||
|
|
//public decimal gfjx;//公费加项
|
|||
|
|
//public decimal xj;//小计
|
|||
|
|
}
|
|||
|
|
}
|