ExtensionLink.java 227 Bytes
Newer Older
284718418@qq.com committed
1 2 3 4
package cn.timer.api.bean.extension;

import lombok.Data;

284718418@qq.com committed
5 6
import java.util.List;

284718418@qq.com committed
7 8 9 10 11 12
/**
 * @author wuqingjun
 * @email 284718418@qq.com
 * @date 2021/12/14
 */
@Data
284718418@qq.com committed
13 14
public class ExtensionLink {
    private List<String> html;
284718418@qq.com committed
15
}