fhx
2024-05-30 11de66f8a38c3a23fd956cdcca0f9cae26f08f8f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.hz.his.dto.user;
 
 
import com.alibaba.fastjson.JSONObject;
import lombok.Data;
 
import java.util.List;
 
/**
 * 用户
 **/
@Data
public class DUserTagDto {
    private String tagName;
    private String tagTypeId;
 
}