Files
Yi.Framework/CC.Yi/CC.Yi.Common/mongodb/model/student.cs
橙子 e5063e1a4d v3.0.1
v3.0.1
2021-06-02 20:00:25 +08:00

14 lines
231 B
C#

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; }
}
}