吴门医述增加排序

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;