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

com.hn.utils.dingtalk.domain.DingSpaceFile Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.hn.utils.dingtalk.domain;

import lombok.Data;

/**
 * 描述:
 *    钉盘文件
 * @author fei
 */
@Data
public class DingSpaceFile {
    /**
     * 空间id
     */
    private String spaceId;
    /**
     * 文件名
     */
    private String fileName;
    /**
     * 文件大小
     */
    private String fileSize;
    /**
     * 文件类型
     */
    private String fileType;
    /**
     * 文件id
     */
    private String fileId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy