using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsSc_CheckToolsRepairWorkBillSub : DBUtility.ClsXt_BaseBillSub
|
{
|
|
public Int64 HRepairID;// --άÐÞÏîÄ¿£¨Gy_Repair£©
|
public string HRepairExplanation;// varchar(100) άÐÞÒªÇó
|
public Single HMoney;// money άÐÞ·ÑÓÃ
|
public Int64 HManagerID;// int --¸ºÔðÈË(Gy_Employee)
|
public string HRemark;// varchar(500) ±¸×¢
|
|
}
|
}
|