fix #1547 **** รอรัน migration อีกครั้ง *****

fix #1520
This commit is contained in:
Suphonchai Phoonsawat 2025-05-16 10:33:38 +07:00
parent 6e1965ba79
commit 3beba561fc
5 changed files with 42 additions and 3 deletions

View file

@ -9,5 +9,11 @@
public bool CheckOutEdit { get; set;}
public string Description { get; set; }
public string? POI { get; set; } = string.Empty;
public double? Latitude { get; set; } = 0.0;
public double? Longitude { get; set; } = 0.0;
}
}

View file

@ -37,5 +37,11 @@
public string Description { get; set; }
public int StatusSort { get; set; } = 0;
public string? POI { get; set; } = string.Empty;
public double? Latitude { get; set; } = 0.0;
public double? Longitude { get; set; } = 0.0;
}
}