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

cn.schoolwow.util.domain.compare.instanceList.UpdateInstanceListCompare Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package cn.schoolwow.util.domain.compare.instanceList;

public class UpdateInstanceListCompare {
    /**更新之前的实例*/
    public T beforeInstance;

    /**更新之后的实例*/
    public T afterInstance;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy