using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.RA { public class Staff { public string FCode { get; set; } public string FName { get; set; } } }