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

com.wu.framework.easy.temple.domain.bo.ExtractBo Maven / Gradle / Ivy

The newest version!
package com.wu.framework.easy.temple.domain.bo;

import com.wu.framework.easy.temple.domain.UseExcel;
import com.wu.framework.easy.temple.domain.UserLog;
import com.wu.framework.easy.upsert.autoconfigure.EasySmart;
import com.wu.framework.inner.layer.data.SmartMark;
import lombok.Data;

/**
 * @author : Jia wei Wu
 * @version 1.0
 * describe :
 * @date : 2020/12/14 9:40 下午
 */
@Data
@EasySmart(perfectTable = true, dataDrillDown = true)
public class ExtractBo {

    @SmartMark
    private UserLog userLog;

    @SmartMark
    private UseExcel useExcel;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy