提交 | 用户 | 时间 | ||
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 Houzhongjian | |
8 | * @Description | |
9 | * @createTime 2024年04月10日 17:35:00 | |
10 | */ | |
11 | @Component | |
12 | @Data | |
13 | public class TagCommonCurrentDto { | |
14 | private String tagType; | |
15 | private String tagCode; | |
16 | } |