摘要: /// <summary> /// 上传文件 控制器端 /// public class FileOperationController : ApiController ///{ /// [HttpPost] /// public FileResult UpLoad() /// { /// retu 阅读全文
posted @ 2020-07-09 21:05 我是一只快乐的码农 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 模型 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; us 阅读全文
posted @ 2020-07-09 20:54 我是一只快乐的码农 阅读(575) 评论(1) 推荐(0) 编辑