添加项目文件。
This commit is contained in:
18
SamplePre.Models/Models/SopDataInfo.cs
Normal file
18
SamplePre.Models/Models/SopDataInfo.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Models.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SamplePre.Models
|
||||
{
|
||||
public class SopDataInfo
|
||||
{
|
||||
public sys_standard sysStandard { get; set; } = new sys_standard();
|
||||
|
||||
public List<sys_standard_action> sysStandActions { get; set; } = new List<sys_standard_action>();
|
||||
|
||||
public List<sys_standard_action_parm> sysStandardActionParms { get; set; } = new List<sys_standard_action_parm>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user