All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zw201913.response.AofMd5Response Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.github.zw201913.response;

import lombok.Getter;
import lombok.ToString;

/**
 * @author zouwei
 * @className AofMd5Response
 * @date: 2022/8/22 下午5:29
 * @description:
 */
@Getter
@ToString(callSuper = true)
public class AofMd5Response extends BaseResponse {

	private String md5;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy