ot집계표에 %추가
This commit is contained in:
@@ -53,6 +53,16 @@ namespace Project.Web.Model
|
||||
/// </summary>
|
||||
public string request { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 상태
|
||||
/// 0: 대기
|
||||
/// 1: 진행
|
||||
/// 2: 취소
|
||||
/// 3: 보류
|
||||
/// 5: 완료
|
||||
/// </summary>
|
||||
public char status { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 자료생성자id
|
||||
/// 로그인된 사용자id로 자동셋팅
|
||||
|
||||
Reference in New Issue
Block a user