This commit is contained in:
rnchg
2026-07-14 21:29:27 +08:00
commit f7ad7e20aa
1773 changed files with 514155 additions and 0 deletions
@@ -0,0 +1,9 @@
namespace FASS.Scheduler.Lite.Controllers.Models.Response
{
public class AgvConfigInfo
{
public required string ConfigKey { get; set; }
public bool ConfigValue { get; set; }
public required string AreaCode { get; set; }
}
}