仪表盘
版本库
文件存储
活动
搜索
登录
main
/
JLApi
巨立Api
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.App版本升级接口 2.模具清单新增、导入添加仓库、库位字段 3.MES工单查询增加明细id关联
yl
2024-01-12
0b26067b6cc5d531938fa79cb540a45e125261d2
[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; }
}
}