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

net.wicp.tams.commons.binlog.bean.SendRow Maven / Gradle / Ivy

There is a newer version: 2.3.4
Show newest version
package net.wicp.tams.commons.binlog.bean;

import java.io.Serializable;
import java.util.List;

import lombok.Builder;
import lombok.Data;
import net.wicp.tams.commons.callback.ICol;

@Data
@Builder
@SuppressWarnings("rawtypes")
public class SendRow implements Serializable {
	private static final long serialVersionUID = 1L;

	private List before;
	private List after;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy