添加项目文件。
This commit is contained in:
17
SamplePre.Models/Ext/config_function_ext.cs
Normal file
17
SamplePre.Models/Ext/config_function_ext.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using SamplePre.Models.Tables;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SamplePre.Models.Ext
|
||||
{
|
||||
public class config_function_ext : config_function
|
||||
{
|
||||
|
||||
public bool IsChecked { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user