feat(TfFile): create dto
This commit is contained in:
parent
b859391ab1
commit
4e5cb91967
14
src/WorkFlow.Application/Dto/TfFileDto.cs
Normal file
14
src/WorkFlow.Application/Dto/TfFileDto.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace WorkFlow.Application.Dto;
|
||||
|
||||
public class TfFileDto
|
||||
{
|
||||
public string FFapth { get; set; } = null!;
|
||||
|
||||
public string? Headline { get; set; }
|
||||
|
||||
public string? Subline { get; set; }
|
||||
|
||||
public string? Comment { get; set; }
|
||||
|
||||
public string? Icon { get; set; }
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user