Skip to content

Instantly share code, notes, and snippets.

View sevenTiny's full-sized avatar
🎯
Focusing

SevenTiny sevenTiny

🎯
Focusing
View GitHub Profile
@sevenTiny
sevenTiny / Demo.CSharpScript.Models.DemoModel.cs
Last active January 16, 2019 05:07
Demo.CSharpScript 脚本帮助片段
using System.Collections.Generic;
namespace Demo.CSharpScript.Models
{
/// <summary>
/// 测试实体
/// </summary>
public class DemoModel
{
public int ID { get; set; }