吴门医述增加排序

This commit is contained in:
wuchunlei
2024-01-15 14:14:05 +08:00
parent fc3b9e5118
commit ff5ad58300
4 changed files with 35 additions and 1 deletions

View File

@@ -46,6 +46,9 @@ public class MedicaldesInherit implements Serializable {
*/
private Integer cityId;
@TableField(exist = false)
private int sort;
@TableField(exist = false)
private String provinceName;

View File

@@ -24,6 +24,11 @@ public class MedicaldesInheritRelation implements Serializable {
*/
private Integer typeId;
/**
* 排序
*/
private Integer sort;
@TableLogic
private Integer delFlag;
}

View File

@@ -29,6 +29,11 @@ public class MedicaldesLight implements Serializable {
*/
private Integer type;
/**
* 排序
*/
private Integer sort;
@TableLogic
private Integer delFlag;