qqq
This commit is contained in:
15
Models/Cloud/interface/SubmitJson.cs
Normal file
15
Models/Cloud/interface/SubmitJson.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace RB_MES_API.Models.Cloud
|
||||
{
|
||||
/// <summary>
|
||||
/// 提交单据的接口类
|
||||
/// </summary>
|
||||
public class SubmitJson
|
||||
{
|
||||
public int CreateOrgId { get; set; }
|
||||
public string[] Numbers { get; set; }
|
||||
public string Ids { get; set; }=string.Empty;
|
||||
public int SelectedPostId { get; set; }
|
||||
public bool NetworkCtrl { get; set; } = false;
|
||||
public bool IgnoreInterationFlag { get; set; } = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user