1.库存排序

This commit is contained in:
2024-08-20 14:47:32 +08:00
parent fcfe0a2f53
commit b388b3a044
2 changed files with 3 additions and 2 deletions

View File

@@ -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)) {