SqlSugar/Src/Asp.Net/SqliteTest/Models/BoolTest.cs
2023-03-18 14:15:33 +08:00

14 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class BoolTest
{
public bool bb { get; set; }
}
}