Update CategoryDTO.java

This commit is contained in:
zhangww-web 2024-03-30 10:31:21 +08:00 committed by GitHub
parent 40d0300169
commit 12eae10761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,5 @@ public class CategoryDTO implements Serializable {
//排序
private Integer sort;
private Integer idddd;
}