This commit is contained in:
quowingwang 2025-12-20 16:43:22 +08:00
parent c70b1831b3
commit 71374b064d

View File

@ -64,7 +64,8 @@ namespace ZR.Model.MES.andon.Dto
public string UserId { get; set; }
public string UserName { get; set; }
public string Area1 { get; set; }
public string Area2 { get; set; }
public string[] Area { get; set; }
}
}