feat(PControlsUpdateDto): add dto of PControlsUpdate
This commit is contained in:
parent
9b7475bb56
commit
f54329ecd3
12
src/WorkFlow.Application/Dto/PControlsUpdateDto.cs
Normal file
12
src/WorkFlow.Application/Dto/PControlsUpdateDto.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
namespace WorkFlow.Application.Dto;
|
||||||
|
|
||||||
|
public record PControlsUpdateDto
|
||||||
|
{
|
||||||
|
public string? AttrName { get; set; }
|
||||||
|
|
||||||
|
public string? AttrValue { get; set; }
|
||||||
|
|
||||||
|
public string? AddedWho { get; set; }
|
||||||
|
|
||||||
|
public DateTime? AddedWhen { get; set; }
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user