Skip to content
小飞侠
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
菜单

博客

  1. 首页>
  2. 其他>
  3. ResultData 返回数据类

ResultData 返回数据类

  • Post author:xfxia
  • Post published:2023年9月8日
  • Post category:其他


方便统一ashx返回类型~ weiapi也行~

 /// <summary>
    /// 返回数据
    /// </summary>
    public class ResultData
    {
        /// <summary>
        /// 操作状态
        /// </summary>
        public ResultDataStateEnum state { get; set; }
        /// <summary>
        /// 返回的数据集
        /// </summary>
        public dynamic data { get; set; }
        /// <summary>
        


你可能也喜欢

ccf 2017-09-04 通信网络 图的遍历

DRG在医保支付中的应用

解决Eclipse中SVN乱码问题

不同vlan之间的通信原理

【Google Code Jam Qualification Round 2019】 T1.T2.T3.

5.2 学习总结 config配置中心,Rabbitmq六种工作模式

数据挖掘和机器学习有什么联系,主要有什么区别?

leetcode之二叉树刷题总结(C++)

二叉树前序、中序、后序遍历非递归写法的透彻解析

BZOJ4832 [Lydsy2017年4月月赛]抵制克苏恩 记忆化搜索

使用vant组件库

c++11 完美转发 std::forward()

eclipse tomcat热部署问题相关

IP的正则表达式

【PostgreSQL的insert语句执行过程分析】

MFC CString转化为char*

Selenium自动化测试-下拉框

WordPress图片水印插件 Easy Watermark

SpringBoot+MyBatisPlus(4)—— 分页查询

激光雷达与毫米波雷达的区别

目录

  • APICloud (3)
  • golang (228)
  • java (8,236)
  • linux (4,002)
  • mysql (2,800)
  • php (1,070)
  • python (5,439)
  • solidity (25)
  • uniapp (235)
  • vue (2,463)
  • 其他 (88,233)
  • 小程序 (801)

文章归档

  • 2023年十二月 (1872)
  • 2023年十一月 (477)
  • 2023年十月 (17371)
  • 2023年九月 (44974)
  • 2023年八月 (26399)
  • 2023年七月 (14793)
  • 2023年六月 (1)
  • 2023年五月 (2186)
  • 2023年四月 (3838)
  • 2023年三月 (1544)
  • 2023年二月 (3)
  • 2023年一月 (4)
  • 2022年十二月 (3)
  • 2022年十一月 (36)
  • 2022年十月 (16)
  • 2022年九月 (8)
  • 2021年九月 (1)
  • 2020年九月 (6)
  • 2020年八月 (5)

标签

Aave (1) cosmos (6) defi (255) flag (27) gitee (1) github (1) golang (234) java (8234) linux命令 (82) List (1) map (1115) mysql (3093) npm (237) tendermint (6) uuid (43) vant (64) vmware (270) 区块链 (63) 合约 (37) 小程序版本更新 (3)
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
Copyright xfxia.com 鲁ICP备19024253号-2
关闭菜单