摘要:
一、获取前端提交的数据 1. 模型绑定机制获取数据:只要后端和前端发送过来的数据对应,那么就可以被后端控制器接收到。 using System; using System.Collections.Generic; using System.Linq; using System.Threading.T 阅读全文
摘要:
一、为字段赋值的两种方式:1. 通过属性的形式,2. 通过构造函数 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; 阅读全文
摘要:
一、首先引用NPOI用到的dll文件,有点多,但是都需要引用。 相关dll文件可以加群582260284获取。 二、具体实现代码如下 using System; using System.Collections.Generic; using System.ComponentModel; using 阅读全文
摘要:
using Abp.Application.Services; using Abp.Application.Services.Dto; using Abp.Domain.Repositories; using CF.Framework; using CF.Zhiyun.Banks.Dtos; using CF.Zhiyun.CFAccount.Dtos; using System; using ... 阅读全文