duheng
2024-10-25 03503e387f4d0f4c47b061b4cc1eeb2482ebaf33
1
2
3
4
5
6
7
8
namespace HStation.BLL.Organize
{
    public class EmployeeAndLoginID
    {
        public long EmployeeID { get; set; }
        public long LoginID { get; set; }
    }
}