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

io.github.wujun728.online.service.OnlineTableColumnService Maven / Gradle / Ivy

The newest version!
/*
 * Decompiled with CFR 0.152.
 * 
 * Could not load the following classes:
 *  net.maku.framework.mybatis.service.BaseService
 */
package io.github.wujun728.online.service;

import java.util.List;

import io.github.wujun728.online.common.BaseService;
import io.github.wujun728.online.entity.OnlineTableColumnEntity;
import io.github.wujun728.online.vo.OnlineTableColumnVO;

public interface OnlineTableColumnService
extends BaseService {
    public List getByTableId(String var1);

    public void saveBatch(String var1, List var2);

    public void delete(String var1);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy