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

com.easy.query.api4j.update.impl.EasyEntityUpdatable Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.api4j.update.impl;

import com.easy.query.api4j.update.abstraction.AbstractEntityUpdatable;
import com.easy.query.core.basic.api.update.ClientEntityUpdatable;

/**
 * @author xuejiaming
 * @FileName: EasyEntityUpdate.java
 * @Description: 文件说明
 * @Date: 2023/3/6 12:20
 */
public class EasyEntityUpdatable extends AbstractEntityUpdatable {

    public EasyEntityUpdatable(ClientEntityUpdatable entityObjectUpdatable) {
        super(entityObjectUpdatable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy