修复bug
This commit is contained in:
@@ -10,7 +10,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 对应金蝶的明细
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[Table("t_erp_outstock_erp_details")]
|
||||
[Table("t_wms_outstock_erp_details")]
|
||||
public class OutStockErpDetails : EntityBase
|
||||
{
|
||||
public OutStockErpDetails() { }
|
||||
|
||||
@@ -107,7 +107,7 @@ namespace WMS.Web.Repositories.Configuration
|
||||
|
||||
builder.Entity<OutStockErpDetails>(ent =>
|
||||
{
|
||||
ent.ToTable("t_erp_outstock_erp_details");
|
||||
ent.ToTable("t_wms_outstock_erp_details");
|
||||
ent.HasKey(x => x.Id);
|
||||
});
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user