未排单的板材生产单板材分页列表接口出入参修改

This commit is contained in:
yangsb
2024-04-29 13:53:05 +08:00
parent 5b06fca087
commit 6d6765cf9f
5 changed files with 32 additions and 12 deletions
@@ -139,6 +139,12 @@ public class QueryWrapperX<T> extends QueryWrapper<T> {
return this;
}
@Override
public QueryWrapperX<T> isNull(String column) {
super.isNull(column);
return this;
}
/**
* 设置只返回最后一条
*