fun with printing workorder descendants

This commit is contained in:
2021-06-23 22:10:18 +00:00
parent 973f4afaab
commit 74a0acfb0b
3 changed files with 133 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
namespace AyaNova.Models
{
public class WorkorderAndItemId
{
public long WorkOrderId { get; set; }
public long WorkOrderItemId { get; set; }
}
}