人机交互页面

This commit is contained in:
quowingwang
2025-12-12 17:14:20 +08:00
parent 9f620c70c1
commit d36e48b532
6 changed files with 219 additions and 23 deletions

View File

@@ -53,6 +53,9 @@ namespace ZR.Model.MES.andon.Dto
public DateTime? UpdatedTime { get; set; }
public string UserId { get; set; }
public string UserName { get; set; }
}

View File

@@ -22,19 +22,16 @@ namespace ZR.Model.MES.andon.Dto
public string Operate { get; set; }
public string Operator { get; set; }
public string OperatorName { get; set; }
public DateTime? OperateTime { get; set; }
public string Remarks { get; set; }
public string CreatedBy { get; set; }
public string CreatedName { get; set; }
public DateTime? CreatedTime { get; set; }
public string UpdatedBy { get; set; }
public string UpdatedName { get; set; }
public DateTime? UpdatedTime { get; set; }