Dto/service/OaToMesQuery.cs
@@ -1,7 +1,8 @@ using System.ComponentModel.DataAnnotations; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace NewPdaSqlServer.Dto.service; namespace NewPdaSqlServer.Dto.service { public class OaToMesQuery { [Required(ErrorMessage = "异常单号不能为空")] @@ -34,6 +35,7 @@ public float jssl { get; set; } // 修改为数值类型 } public class OaToMesRQuery { [Required(ErrorMessage = "异常单号不能为空")] @@ -41,4 +43,6 @@ public string iqcExNo { get; set; } public string requestId { get; set; } } }