优化
This commit is contained in:
@@ -10,5 +10,8 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
public string? equip_id { get; set; }
|
||||
public string? equip_id_id { get; set; }
|
||||
public string? file_name { get; set; }
|
||||
|
||||
public string file_type { get; set; }
|
||||
public string file_ext { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -28,6 +28,16 @@ public partial class EqpEquipFile : BaseEntity<string>
|
||||
/// 文件名
|
||||
/// </summary>
|
||||
public string file_name { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 文件后缀
|
||||
/// </summary>
|
||||
public string file_ext { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string file_type { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 创建用户
|
||||
|
||||
Reference in New Issue
Block a user