using System; using System.Collections.Generic; using Newtonsoft.Json; namespace YZXYH.Repository.Models { [Serializable] public partial class ContributeAttendInfo { public string ContributeNo { get; set; } public string ContributeActivityNo { get; set; } public string ContributeName { get; set; } public string ContributeAmount { get; set; } public string ContributeUse { get; set; } public string ContributeContent { get; set; } public string Remark { get; set; } public string IsLocked { get; set; } } }