yanjinhui
2025-10-14 ff4660980ccfe3e123df8d5fa820266784625c74
´úÂë¹ÜÀí/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail_Hty .cs
@@ -11,6 +11,9 @@
    [SugarTable("Dt_CabinOrderDetail_Hty ", "入库明细历史表")]
    public class Dt_CabinOrderDetail_Hty : BaseEntity
    {
        [SugarColumn(ColumnName = "HistoryId", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "历史记录主键")]
        public long HistoryId { get; set; }
        // ä¿ç•™åŽŸè¡¨æ‰€æœ‰å­—æ®µ
        [SugarColumn(ColumnName = "Id", ColumnDescription = "原主键")]
        public int Id { get; set; }
@@ -49,8 +52,7 @@
        public int Status { get; set; }
        // æ–°å¢žåŽ†å²è¡¨ä¸“ç”¨å­—æ®µ
        [SugarColumn(ColumnName = "HistoryId", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "历史记录主键")]
        public long HistoryId { get; set; }
        [SugarColumn(ColumnName = "OperationType", ColumnDescription = "操作类型:1新增 2修改 3删除")]
        public int OperationType { get; set; }