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

com.hn.dingtalk.domain.DingExt Maven / Gradle / Ivy

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

import com.hn.dingtalk.annotation.Process;
import lombok.Data;

/**
 * 描述:
 *
 * @author fei
 */
@Data
public class DingExt {
    @Process(name = "文件名称")
    private String name;
    @Process(name = "文件地址")
    private String imgUrl;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy