版本更新

This commit is contained in:
Zhang.WH
2025-10-16 17:17:24 +08:00
parent d23a594a4b
commit f515bb8fbb
600 changed files with 7881 additions and 35954 deletions

View File

@@ -45,5 +45,10 @@ public class DocStatisticsDefinition extends HisBaseEntity {
单位
*/
private String unit;
/** 字典名称 */
private String dictName;
/** 字典类型 */
private String dictType;
}

View File

@@ -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;
/*