duheng
2024-08-19 4979ba269bd93763daad758f0d5a1bc58c4f57c6
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; }
    }
}