1.库存排序
This commit is contained in:
@@ -12,7 +12,7 @@ public class StockQueryDto {
|
||||
private Double num;
|
||||
private Integer isStock;
|
||||
private String categoryId;
|
||||
private boolean sort;
|
||||
private String sort;
|
||||
|
||||
public void setName(String name) {
|
||||
if (StringUtils.isNotBlank(name)) {
|
||||
|
||||
Reference in New Issue
Block a user