版本更新
This commit is contained in:
@@ -45,5 +45,10 @@ public class DocStatisticsDefinition extends HisBaseEntity {
|
||||
单位
|
||||
*/
|
||||
private String unit;
|
||||
/** 字典名称 */
|
||||
private String dictName;
|
||||
|
||||
/** 字典类型 */
|
||||
private String dictType;
|
||||
|
||||
}
|
||||
|
||||
@@ -10,6 +10,9 @@ import lombok.experimental.Accessors;
|
||||
@TableName("doc_statistics_definition_option")
|
||||
@Accessors(chain = true)
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
/**
|
||||
* 统计定义选项 已作废
|
||||
*/
|
||||
public class DocStatisticsDefinitionOption extends HisBaseEntity {
|
||||
private Long id;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user