公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化
fwq
2023-02-03
75c24df01b34026b433c7a13a12eb170dc60274a
[~chenjiahe/phis-service-feign.git]
/
phis-feign
/
src
/
main
/
java
/
com
/
hz
/
his
/
dto
/
consumables
/
ConsumablesDto.java
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;
}