사용자 목록화면 수정 및 업무일지와 적정인원 체크 박스 추가

This commit is contained in:
chi
2021-01-21 10:22:27 +09:00
parent 445bbe3514
commit d3778387de
57 changed files with 18406 additions and 1632 deletions

View File

@@ -19,6 +19,9 @@ namespace Project
public string uid { get; set; }
public Nullable<short> level { get; set; }
public string Process { get; set; }
public string state { get; set; }
public Nullable<bool> useJobReport { get; set; }
public Nullable<bool> useUserState { get; set; }
public string wuid { get; set; }
public System.DateTime wdate { get; set; }
}