提交 | 用户 | age | ||
d6949a | 1 | package com.hz.his.dto; |
F | 2 | |
3 | ||
4 | import com.hz.his.dto.common.DCommonDto; | |
5 | import lombok.Data; | |
6 | ||
7 | /** | |
8 | * 商品-药品 | |
9 | **/ | |
10 | @Data | |
11 | public class DConsumablesDto extends DCommonDto { | |
621c77 | 12 | private Integer type; |
d6949a | 13 | } |