ExtensionCss.java 196 Bytes
Newer Older
284718418@qq.com committed
1 2 3 4 5 6 7 8 9 10
package cn.timer.api.bean.extension;

import lombok.Data;

/**
 * @author wuqingjun
 * @email 284718418@qq.com
 * @date 2021/12/14
 */
@Data
284718418@qq.com committed
11 12
public class ExtensionCss {
    private String html;
284718418@qq.com committed
13
}