using System; using System.Collections.Generic; namespace MySystem.CashModels { public partial class RecNoForWithdrawRecord { public string CashRecNo { get; set; } public int WithdrawRecordId { get; set; } } }