1.库存排序
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package cn.ysk.cashier.dto.product;
|
||||
|
||||
import cn.ysk.cashier.annotation.Query;
|
||||
import lombok.Data;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
@@ -11,6 +12,7 @@ public class StockQueryDto {
|
||||
private Double num;
|
||||
private Integer isStock;
|
||||
private String categoryId;
|
||||
private boolean sort;
|
||||
|
||||
public void setName(String name) {
|
||||
if (StringUtils.isNotBlank(name)) {
|
||||
|
||||
Reference in New Issue
Block a user