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

com.alibaba.easyretry.extension.mybatis.query.RetryTaskQuery Maven / Gradle / Ivy

The newest version!
package com.alibaba.easyretry.extension.mybatis.query;

import java.util.List;

import lombok.Data;
import lombok.experimental.Accessors;

/**
 * @author Created by wuhao on 2020/11/8.
 */
@Data
@Accessors(chain = true)
public class RetryTaskQuery {

	private Long lastId;

	private List retryStatus;

	private String sharding;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy