fix
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
package com.cool.store.dto.recipe;
|
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 io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
@@ -23,5 +25,6 @@ public class ServicePackageExecuteDTO {
|
|||||||
private String spName;
|
private String spName;
|
||||||
|
|
||||||
@ApiModelProperty("服务包id")
|
@ApiModelProperty("服务包id")
|
||||||
|
@JsonSerialize(using = ToStringSerializer.class)
|
||||||
private Long spId;
|
private Long spId;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user