仪表盘
版本库
文件存储
活动
搜索
登录
main
/
JLApi
巨立Api
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.通用基础资料:增加模具检验项目、保养项目下拉接口 2.模具管理:点检项目、点检标准、保养项目、保养标准、导入接口
yl
2023-10-13
ecebb28b60d49eeac50dfa3c9a812a0a221e55ae
[JLApi.git]
/
VueWebCoreApi
/
Models
/
ReportDefectHandle.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Web;
namespace VueWebCoreApi.Models
{
public class ReportDefectHandle
{
public DataTable Data { get; set; }
}
}