多余字符去除

feature-flyModify
陈伟 2025-05-19 16:47:53 +08:00
parent 603fe76e99
commit 67088943f5
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace OpenAuth.Repository.Domain
{
[SugarTable("lasa_airline")]
[SugarTable("lasa_airline")]
public class LasaAirLine
{
public string Id { get; set; } // 主键

View File

@ -7,8 +7,8 @@ using System.Threading.Tasks;
namespace OpenAuth.Repository.Domain
{
[SugarTable("lasa_droneport")]
public class LasaDronePort
[SugarTable("lasa_droneport")]
public class LasaDronePort
{
public string Id { get; set; }
public string Name { get; set; }

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace OpenAuth.Repository.Domain
{
[SugarTable("lasa_task")]
[SugarTable("lasa_task")]
public class LasaTask
{
public string Id { get; set; }

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace OpenAuth.Repository.Domain
{
[SugarTable("lasa_uav")]
[SugarTable("lasa_uav")]
public class LasaUav
{
public string Id { get; set; }