Rename ResultHeader/ResultBody to Header/Body
Renamed the `ResultHeader` and `ResultBody` properties to `Header` and `Body` in both `CreateOutResCommand` and `OutRes` classes to improve naming consistency. Default values and database column mappings remain unchanged.
This commit is contained in:
@@ -11,9 +11,9 @@ public class CreateOutResCommand
|
||||
|
||||
public long ActionId { get; set; }
|
||||
|
||||
public string ResultHeader { get; set; } = EmptyJson;
|
||||
public string Header { get; set; } = EmptyJson;
|
||||
|
||||
public string ResultBody { get; set; } = EmptyJson;
|
||||
public string Body { get; set; } = EmptyJson;
|
||||
|
||||
public string? AddedWho { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user