提交 | 用户 | age | ||
f5bce1 | 1 | package com.hz.his.dto.consumables; |
F | 2 | |
3 | import com.hz.his.dto.PageDto; | |
4 | import lombok.Data; | |
5 | ||
6 | /** | |
7 | * @author fwq | |
8 | * 耗材扩展 | |
9 | * */ | |
10 | @Data | |
11 | public class ConsumablesDto extends PageDto { | |
12 | /**更新时间*/ | |
13 | private String editTime; | |
eddc4b | 14 | /** 购买数量 */ |
F | 15 | private Integer buyNum; |
f5bce1 | 16 | } |