Update CategoryDTO.java

This commit is contained in:
zhangww-web 2024-03-30 10:54:34 +08:00 committed by GitHub
parent 8eb66dc46d
commit 32f2b7fa11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ public class CategoryDTO implements Serializable {
private Long id;
//类型 1 菜品分类 2 套餐分类
private Integer type;
//分类名称
private String name;