feat: 完善对接接口
This commit is contained in:
@@ -56,6 +56,7 @@ namespace Yi.Framework.Stock.Application.Services
|
||||
StockId = h.StockId,
|
||||
StockCode = h.StockCode,
|
||||
StockName = h.StockName,
|
||||
Quantity = h.Quantity,
|
||||
CreationTime = h.CreationTime
|
||||
})
|
||||
.ToPageListAsync(input.SkipCount, input.MaxResultCount, total);
|
||||
|
||||
Reference in New Issue
Block a user