ทำหน้าจอพิเศษ นำเข้าข้อมูลเงินเดือนย้อนหลัง
This commit is contained in:
@@ -41,6 +41,19 @@ namespace TodoAPI2.Models
|
||||
|
||||
public int? managed_by { get; set; }
|
||||
|
||||
[MaxLength(1000)]
|
||||
public string imported_file { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string imported_fileDisplay
|
||||
{
|
||||
get
|
||||
{
|
||||
return (string.IsNullOrEmpty(imported_file) ? "" :
|
||||
FileUtil.GetFileInfo(TTSW.Constant.FilePathConstant.DirType.FilesTestUpload, id, imported_file).RelativePath).Replace(@"\", "/");
|
||||
}
|
||||
}
|
||||
|
||||
public DateTime? imported_date { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user