Update CategoryDTO.java

This commit is contained in:
zhangww-web 2024-03-30 10:49:53 +08:00 committed by GitHub
parent aebf2a1615
commit d61d2fe0eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,4 +19,5 @@ public class CategoryDTO implements Serializable {
//排序
private Integer sort;
private Integer iddd=5;
private String fuu="zy";
}