1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| using Admin.NET.Application.Entity;
| using Admin.NET.Core;
| using System.ComponentModel.DataAnnotations;
|
| namespace Admin.NET.Application;
|
| /// <summary>
| /// 判断齐套输出参数
| /// </summary>
| public class ValidateQiTaoOutput: Mes_Package_Gather
| {
|
| /// <summary>
| /// 齐套结果
| /// </summary>
| public virtual string QiTaoReuslt { get; set; }
|
| }
|
|