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

com.wu.framework.easy.temple.domain.UpsertBinary Maven / Gradle / Ivy

There is a newer version: 1.1.9-JDK1.8
Show newest version
package com.wu.framework.easy.temple.domain;

import com.wu.framework.easy.upsert.autoconfigure.EasySmart;
import lombok.Data;

import java.io.File;

/**
 * @author : Jia wei Wu
 * @version 1.0
 * describe :
 * @date : 2021/3/1 7:44 下午
 */
@EasySmart(perfectTable = true)
@Data
public class UpsertBinary {

    private File file = new File("/Users/wujiawei/Desktop/aa.mp3");
    private String name = file.getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy