fhx
2024-04-08 a0c2b350f56cd4a8bdc6891420253a13677aff87
提交 | 用户 | 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 }