From 374fb561f7601c1f80cdc830a398db67407d9b20 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Fri, 19 Apr 2024 17:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=AE=8C=E6=88=90=20KittingPackingNot?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../KittingPackagingNotes/KittingPackagingNoteDetail.cs | 2 +- ...ittingPackagingNoteDbContextModelCreatingExtensions.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Domain/Notes/KittingPackagingNotes/KittingPackagingNoteDetail.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Domain/Notes/KittingPackagingNotes/KittingPackagingNoteDetail.cs index d71bf4ebf..a195a60a5 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Domain/Notes/KittingPackagingNotes/KittingPackagingNoteDetail.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Domain/Notes/KittingPackagingNotes/KittingPackagingNoteDetail.cs @@ -4,7 +4,7 @@ using Win_in.Sfs.Shared.Domain.Entities; namespace Win_in.Sfs.Wms.Store.Domain; -public class KittingPackagingNoteDetail : SfsDetailEntityBase +public class KittingPackagingNoteDetail : SfsStoreDetailEntityBase { /// /// 物品代码 diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.EntityFrameworkCore/Notes/KittingPackagingNotes/KittingPackagingNoteDbContextModelCreatingExtensions.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.EntityFrameworkCore/Notes/KittingPackagingNotes/KittingPackagingNoteDbContextModelCreatingExtensions.cs index dc17b7d52..77c0950d8 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.EntityFrameworkCore/Notes/KittingPackagingNotes/KittingPackagingNoteDbContextModelCreatingExtensions.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.EntityFrameworkCore/Notes/KittingPackagingNotes/KittingPackagingNoteDbContextModelCreatingExtensions.cs @@ -38,10 +38,10 @@ public static class KittingPackagingNoteDbContextModelCreatingExtensions //Configure Job base properties b.ConfigureSfsStoreDetailBase(); //Properties - b.Property(q => q.CountLabel).IsRequired().HasMaxLength(SfsPropertyConst.CodeLength); - b.Property(q => q.InventoryLocationCode).HasMaxLength(SfsPropertyConst.CodeLength); - b.Property(q => q.CountOperator).HasMaxLength(SfsPropertyConst.CodeLength); - b.Property(q => q.CountDescription).HasMaxLength(SfsPropertyConst.CodeLength); + //b.Property(q => q.CountLabel).IsRequired().HasMaxLength(SfsPropertyConst.CodeLength); + //b.Property(q => q.InventoryLocationCode).HasMaxLength(SfsPropertyConst.CodeLength); + //b.Property(q => q.CountOperator).HasMaxLength(SfsPropertyConst.CodeLength); + //b.Property(q => q.CountDescription).HasMaxLength(SfsPropertyConst.CodeLength); //Relations //None