feat(ObjectStateDto): add TfFiles property
This commit is contained in:
parent
91679180ec
commit
6288312c01
@ -10,4 +10,6 @@ public record ObjectStateDto
|
|||||||
public IEnumerable<string> Others { get; set; } = Array.Empty<string>();
|
public IEnumerable<string> Others { get; set; } = Array.Empty<string>();
|
||||||
|
|
||||||
public virtual IEnumerable<PControlsTFDto>? TFControls { get; set; }
|
public virtual IEnumerable<PControlsTFDto>? TFControls { get; set; }
|
||||||
|
|
||||||
|
public virtual IEnumerable<TfFileDto>? TfFiles { get; set; }
|
||||||
}
|
}
|
||||||
@ -1,7 +1,4 @@
|
|||||||
using System.Text.Json.Serialization;
|
namespace WorkFlow.Application.Dto;
|
||||||
using System.Web;
|
|
||||||
|
|
||||||
namespace WorkFlow.Application.Dto;
|
|
||||||
|
|
||||||
public class TfFileDto
|
public class TfFileDto
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user