This commit is contained in:
sunkaixuan
2023-03-18 14:15:33 +08:00
parent 9efde36f3b
commit 05cabec728
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
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; }
}
}