This commit is contained in:
2024-08-08 11:46:12 +08:00
parent 06c870c5a1
commit 18dac9b6b2
4 changed files with 144 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ namespace Tnb.EquipMgr.Entities.Dto
public class EqpSpotInsRecordListOutput
{
public string id { get; set; }
public string f_flowid { get; set; }
public string equip_id { get; set; }
public string equip_id_id { get; set; }
public string status { get; set; }