using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsCrm_CusServiceSurveyBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HEmpID ;// int ¸ºÔðÈË(h_v_IF_Emp)
|
public Int64 HDeptID ;// int ¸ºÔð²¿ÃÅ(h_v_IF_Department)
|
public string HSurveyNote; //varchar(300) µ÷²é˵Ã÷
|
public Int64 HSumMark ;//int ×Ü·Ö
|
public Int64 HMaxMark ;//int ×î¸ß·Ö
|
public Int64 HMinMark ;//int ×îµÍ·Ö
|
public Int64 HAvgMark ;//int ƽ¾ù·Ö
|
public Int64 HSumQuestion;//int ×ÜÎʾí
|
public Int64 HUsequestion ;//int ÓÐЧÎʾí
|
|
|
}
|
}
|