This commit is contained in:
Đăng Nguyễn
2025-11-06 14:14:10 +07:00
parent 99716cc414
commit 8736bad3e7
28 changed files with 931 additions and 146 deletions

View File

@@ -1,6 +1,4 @@
using System.ComponentModel.DataAnnotations.Schema;
namespace RobotApp.VDA5050;
namespace RobotApp.VDA5050;
public class VDA5050Setting
@@ -17,4 +15,5 @@ public class VDA5050Setting
public string? CAFile { get; set; }
public string? CerFile { get; set; }
public string? KeyFile { get; set; }
public string? TopicPrefix { get; set; }
}