using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hg.Core.Entity { [Table("ww_extuser_resid")] public class Ww_Extuser_Resid { public string? resid { get; set; } public string? userid { get; set; } public string? deptcode { get; set; } } }