Merge branch 'cc_20251103_open_api' into 'master'
fix See merge request hangzhou/java/custom_zxjp!183
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.cool.store.dto.recipe;
|
||||
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -23,5 +25,6 @@ public class ServicePackageExecuteDTO {
|
||||
private String spName;
|
||||
|
||||
@ApiModelProperty("服务包id")
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long spId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user