给库存报表增加排序
This commit is contained in:
@@ -92,6 +92,8 @@ public interface MaterialMapperEx {
|
||||
@Param("depotId") Long depotId,
|
||||
@Param("idList") List<Long> idList,
|
||||
@Param("materialParam") String materialParam,
|
||||
@Param("column") String column,
|
||||
@Param("order") String order,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user