add send noti and bulk insert (not complete)
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s

This commit is contained in:
Suphonchai Phoonsawat 2026-05-14 16:29:16 +07:00
parent 0f1ec072ad
commit 9c2caa3f4a
7 changed files with 232 additions and 160 deletions

View file

@ -36,6 +36,7 @@ public class ImportJobInfo
public string ImportDocId { get; set; } = "";
public string? UserId { get; set; }
public string? FullName { get; set; }
public string? Token { get; set; }
// For CandidateFile
public PostRecruitImportRequest? Request { get; set; }