v3.0.1
v3.0.1
This commit is contained in:
13
CC.Yi/CC.Yi.Common/mongodb/model/student.cs
Normal file
13
CC.Yi/CC.Yi.Common/mongodb/model/student.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CC.Yi.Common.mongodb.model
|
||||
{
|
||||
public class student
|
||||
{
|
||||
public string sname { get; set; }
|
||||
|
||||
public string sex { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user