This commit is contained in:
zhangsan 2024-03-30 11:08:29 +08:00
parent 63e26575b5
commit 7db2e4a53e

View File

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