sfi count 등록 및 추가

This commit is contained in:
ChiKyun Kim
2025-09-04 09:19:01 +09:00
parent b28fe84e6b
commit 777fcd5d89
19 changed files with 1164 additions and 806 deletions

View File

@@ -8,5 +8,9 @@
public string uid { get; set; }
public string Process { get; set; }
public int level { get; set; }
public string name { get; set; }
public string email { get; set; }
public bool useAccount { get; set; }
public bool useJobReport { get; set; }
}
}