增加小格口绑定
This commit is contained in:
@ -947,5 +947,13 @@ namespace Epost.BLL
|
||||
return dal.GetOrderList_echo(matchid, sku, sarea, sblock);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 修改小格口号
|
||||
public bool UpdateSkuLoc(string sku, string smallloc)
|
||||
{
|
||||
return dal.UpdateSkuLoc(sku,smallloc);
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user