ot집계표에 %추가

This commit is contained in:
ChiKyun Kim
2025-07-30 11:33:17 +09:00
parent c0eb33f60a
commit 943fdb2036
14 changed files with 2033 additions and 1011 deletions

View File

@@ -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로 자동셋팅