You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
785 B
21 lines
785 B
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 이 코드는 템플릿에서 생성되었습니다.
|
|
//
|
|
// 이 파일을 수동으로 변경하면 응용 프로그램에서 예기치 않은 동작이 발생할 수 있습니다.
|
|
// 이 파일을 수동으로 변경하면 코드가 다시 생성될 때 변경 내용을 덮어씁니다.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace RegistrationForm.Models
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class Employ_Table
|
|
{
|
|
public int EmployNum { get; set; }
|
|
public string Password { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|