Update CategoryDTO.java

This commit is contained in:
zhangww-web 2024-03-30 10:23:55 +08:00 committed by GitHub
parent 7065fd53a8
commit b540b6425e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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