1 Star 1 Fork 0

大橘/ExcelToCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ExcelTable.cs 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
大橘 提交于 2023-03-02 19:57 . 新增功能:支持HashSet数据类型
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Feif
{
[JsonObject(MemberSerialization.OptIn)]
public class ExcelTable
{
[JsonRequired]
public string Type;
[JsonRequired]
public Dictionary<string, TypeValues> Fields = new Dictionary<string, TypeValues>();
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/feifeid/excel-to-code.git
git@gitee.com:feifeid/excel-to-code.git
feifeid
excel-to-code
ExcelToCode
master

搜索帮助