fwq
2022-11-17 fb4dba42ee2d197ffd41357c80048b90ee7c70ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.hz.his.dto.treat;
 
import lombok.Data;
 
/**
 * @author fwq
 * 术后视频关联项目
 * */
@Data
public class TreatAfterProjectDto {
    /**项目关联类型,不传默认项目sku*/
    private Integer type;
    /**公共标识*/
    private Integer commonId;
}