1
yanjinhui
2025-09-29 18ef8c37e6290ba6f47cbd5bbd26e56a682d767e
´úÂë¹ÜÀí/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs
@@ -8,24 +8,24 @@
//namespace WIDESEA_Model.Models.SquareCabin
//{
//    [SugarTable("ErrorLog1","日志报错表,完成一个接口报错的时候,实时给不需要建表")]
//    public class Dt_ErrorLog:BaseEntity
//    [SugarTable("ErrorLog1", "日志报错表,完成一个接口报错的时候,实时给不需要建表")]
//    public class Dt_ErrorLog : BaseEntity
//    {
//        [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
//        public int Id { get; set; }
//        [SugarColumn(IsNullable = true, Length = 2, ColumnDescription = "业务类型(1入库单,2入库完成,3出库单,4出库完成,5药品基础,6供应商,7客户,8库存查询)")]
//        public string  Type { get; set; }
//        public string Type { get; set; }
//        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "关键编码/单号,记录接口关键字段")]
//        public string Code { get; set; }
//        public string Code { get; set; }
//        [SugarColumn(IsNullable =true,Length =200,ColumnDescription = "异常信息")]
//        public string Message { get; set; }
//        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "异常信息")]
//        public string Message { get; set; }
//        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "备注")]
//        public string Remark { get; set; }
//    }
//}