巡检
This commit is contained in:
@@ -20,6 +20,15 @@
|
||||
public int? qty { get; set; }
|
||||
public string bill_code { get; set; }
|
||||
public string equip_name { get; set; }
|
||||
/// <summary>
|
||||
/// 物料规格
|
||||
/// </summary>
|
||||
public string? material_specification { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? material_standard { get; set; }
|
||||
|
||||
}
|
||||
public class CheckTaskOut
|
||||
@@ -168,6 +177,7 @@
|
||||
public string? result { get; set; }
|
||||
|
||||
public List<List<Checktype>>? checktypes { get; set; }
|
||||
public CheckCarry carryInfo { get; set; }
|
||||
}
|
||||
public class Checktype
|
||||
{
|
||||
@@ -186,5 +196,15 @@
|
||||
public PostItemForm? postItemForm { get; set; }
|
||||
public string? result { get; set; }
|
||||
}
|
||||
|
||||
public class CheckCarry
|
||||
{
|
||||
public string carry_name { get; set; }
|
||||
public string location_id { get; set; }
|
||||
public string location_code { get; set; }
|
||||
public string is_check { get; set; }
|
||||
public string material_name { get; set; }
|
||||
public decimal qty { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user