@@ -55,8 +55,4 @@ public class DocRecord extends HisBaseEntity {
|
||||
*/
|
||||
private Integer isEdit;
|
||||
|
||||
/**
|
||||
* 打印次数
|
||||
*/
|
||||
private Integer printCount = 0;
|
||||
}
|
||||
|
||||
@@ -44,8 +44,6 @@ public class DocStatistics extends HisBaseEntity {
|
||||
* 记录来源
|
||||
*/
|
||||
private String source;
|
||||
/**
|
||||
* 文书ID
|
||||
*/
|
||||
private Long definitionId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -50,9 +50,5 @@ public class DocStatisticsDefinition extends HisBaseEntity {
|
||||
|
||||
/** 字典类型 */
|
||||
private String dictType;
|
||||
/**
|
||||
* 类型代码 例 003:体温
|
||||
*/
|
||||
private String typeCode;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user