com.github.zw201913.response.AofShrinkResponse Maven / Gradle / Ivy
package com.github.zw201913.response;
import lombok.ToString;
/**
* @author zouwei
* @className AofShrinkResponse
* @date: 2022/8/22 下午5:18
* @description:
*/
@ToString(callSuper = true)
public class AofShrinkResponse extends BaseResponse {
}