zhouxiang
2022-09-05 a42b02f3a71afcc0e1152e782ce7ffa541c1e1a9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.hz.his.dto.consumables;
 
import com.hz.his.dto.PageDto;
import lombok.Data;
 
/**
 * @author fwq
 * 耗材扩展
 * */
@Data
public class ConsumablesDto extends PageDto {
    /**更新时间*/
    private String editTime;
}