| | |
| | | : base("name=WmsDBModel") |
| | | { |
| | | } |
| | | |
| | | public virtual DbSet<mes_PushPackageCode> mes_PushPackageCode { get; set; } |
| | | public virtual DbSet<ApprovalFlow> ApprovalFlow { get; set; } |
| | | public virtual DbSet<DingTalkUser> DingTalkUser { get; set; } |
| | | public virtual DbSet<GoViewPro> GoViewPro { get; set; } |
| | |
| | | public virtual DbSet<wms_config_serial_sn> wms_config_serial_sn { get; set; } |
| | | public virtual DbSet<wms_config_sncode_rule> wms_config_sncode_rule { get; set; } |
| | | public virtual DbSet<wms_log_action> wms_log_action { get; set; } |
| | | public virtual DbSet<wms_rbline_runmode> wms_rbline_runmode { get; set; } |
| | | public virtual DbSet<wms_rbline_task> wms_rbline_task { get; set; } |
| | | public virtual DbSet<wms_record_print> wms_record_print { get; set; } |
| | | public virtual DbSet<wms_record_trans> wms_record_trans { get; set; } |
| | |
| | | .Property(e => e.Height) |
| | | .HasPrecision(10, 3); |
| | | |
| | | modelBuilder.Entity<wms_record_print>() |
| | | .Property(e => e.Quantity) |
| | | .HasPrecision(10, 3); |
| | | |
| | | |
| | | modelBuilder.Entity<wms_record_trans>() |
| | | .Property(e => e.SourceQuantity) |