using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ICSSoft.Entity.PU_AppVouch { public class PU_AppVouch { public string UserCode { get; set; } public string UserName { get; set; } public string TargetAccount { get; set; } public List list { get; set; } } }