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