| | |
| | | using CMS.Plugin.HIAWms.Domain; |
| | | using CMS.Plugin.HIAWms.Domain.WmsContainerPlaces; |
| | | using CMS.Plugin.HIAWms.Domain.WmsContainers; |
| | | using Microsoft.EntityFrameworkCore; |
| | | using System; |
| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using Volo.Abp; |
| | | using CMS.Plugin.MyExtension; |
| | | using Volo.Abp.EntityFrameworkCore.Modeling; |
| | | using CMS.Plugin.MyExtension.Domain; |
| | | using CMS.Plugin.HIAWms.Domain.WmsContainerPlace; |
| | | |
| | | namespace CMS.Plugin.HIAWms.EntityFrameworkCore.Extensions |
| | | { |
| | |
| | | .HasMaxLength(50) |
| | | .IsRequired() |
| | | .HasComment("托盘编号"); |
| | | b.ConfigureMyCmsEntity(); |
| | | |
| | | // Composite primary key |
| | | b.HasKey(x => new { x.PlaceNo, x.ContainerNo }); |