1
This commit is contained in:
@@ -25,7 +25,7 @@ namespace MyCode.Project.Repositories
|
||||
public List<CreateAndStockinResp> GetInventoryMovement()
|
||||
{
|
||||
string sql = $@"
|
||||
SELECT [单据号] AS [relDataId]
|
||||
SELECT [单据号] AS relDataId
|
||||
,[单据行号] AS [relDetailId]
|
||||
,[变动方向] AS [type]
|
||||
,[SKU] AS [outSkuCode]
|
||||
|
||||
Reference in New Issue
Block a user