fix:菜品市场菜品服务包上新接口新增字段

This commit is contained in:
wangff
2025-11-03 18:29:14 +08:00
parent 248765a78b
commit 3a5ac5cdc4

View File

@@ -21,4 +21,7 @@ public class ServicePackageExecuteDTO {
@ApiModelProperty("服务包名称") @ApiModelProperty("服务包名称")
private String spName; private String spName;
@ApiModelProperty("服务包id")
private Long spId;
} }