cmg
2024-04-30 314a4b858417df3d0e97049c3bf36e91cdf228ee
提交 | 用户 | age
f5bce1 1 package com.hz.his.dto.limit;
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 LimitDto extends PageDto {
12     /**更新时间*/
13     private String editTime;
14     /**更新时间*/
15     private String hisId;
16     /**更新时间*/
17     private String type;
18     /**限制*/
19     private String appId;
20 }