feat(delmia-notifier): recipe DTOs + JSON source-gen context
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace ZB.MOM.WW.ScadaBridge.DelmiaNotifier;
|
||||
|
||||
internal sealed class RecipeDownloadResult
|
||||
{
|
||||
public bool Result { get; set; }
|
||||
public string? ResultText { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user