修改个数
This commit is contained in:
@@ -512,6 +512,8 @@ namespace BarCode.Web.Repositories
|
||||
}).Skip((dto.PageNo - 1) * dto.PageSize).Take(dto.PageSize).ToListAsync();
|
||||
List<SerialNumberInfoResponse2> returnList= new List<SerialNumberInfoResponse2>();
|
||||
|
||||
|
||||
|
||||
for (int i = 0; i < list.Count; i++)
|
||||
{
|
||||
SerialNumberInfoResponse2 list2 = new SerialNumberInfoResponse2();
|
||||
|
||||
Reference in New Issue
Block a user