接口请求体属性名小写
This commit is contained in:
@@ -40,6 +40,18 @@ namespace JY.MES.MES
|
||||
/// 行信息
|
||||
/// </summary>
|
||||
public List<AssembleLine> AssembleLineList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 没什么用,只是为了凑json格式
|
||||
/// </summary>
|
||||
public MaterialLot[] MaterialLotList { get; set; } = new MaterialLot[] { new MaterialLot() };
|
||||
}
|
||||
|
||||
public class MaterialLot
|
||||
{
|
||||
public string MaterialLotCode { get; set; } = string.Empty;
|
||||
|
||||
public string MaterialLotCodeLocator { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class AssembleLine
|
||||
|
||||
Reference in New Issue
Block a user