add send noti and bulk insert (not complete)
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s
This commit is contained in:
parent
0f1ec072ad
commit
9c2caa3f4a
7 changed files with 232 additions and 160 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue