dengzedong
2024-10-14 3e18d4bfbf2c657b08b21512c2d884cc9d59df7b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.iailab.module.data.channel.http.dto;
 
import lombok.Data;
import org.springframework.stereotype.Component;
 
/**
 * @author Houzhongjian
 * @Description
 * @createTime 2024年04月10日 17:35:00
 */
@Component
@Data
public class TagCommonCurrentDto {
    private String tagType;
    private String tagCode;
}