using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace VueWebCoreApi.Models { public class ExcelErro { public string Seq { get; set; } //序号 public string RoeNumber { get; set; } //行号 public string ErrorField { get; set; } //错误字段 public string ErrorCont { get; set; } //错误详情 } }