com.easy.query.api.proxy.entity.update.impl.EasyExpressionUpdatable Maven / Gradle / Ivy
package com.easy.query.api.proxy.entity.update.impl;
import com.easy.query.api.proxy.entity.update.abstraction.AbstractExpressionUpdatable;
import com.easy.query.core.basic.api.update.ClientExpressionUpdatable;
import com.easy.query.core.proxy.ProxyEntity;
/**
* create time 2023/12/7 17:11
* 文件说明
*
* @author xuejiaming
*/
public class EasyExpressionUpdatable, T> extends AbstractExpressionUpdatable {
public EasyExpressionUpdatable(TProxy tProxy, ClientExpressionUpdatable expressionObjectUpdatable) {
super(tProxy, expressionObjectUpdatable);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy