liriming
2024-08-27 c7f70933adf89a163d0049c907492a6df60cb45f
提交 | 用户 | 时间
c7f709 1 package com.iailab.module.data.channel.http.dto;
a6de49 2
H 3 import lombok.Data;
4 import org.springframework.stereotype.Component;
5
6 /**
7  * @author lirm
8  * @Description
9  * @createTime 2024年06月03日
10  */
11 @Component
12 @Data
13 public class HttpTagDTO {
14     private String tagType;
15     private String tagCode;
16     private String tagName;
17 }