This commit is contained in:
2021-08-09 21:45:40 +00:00
parent d8dc238fd6
commit b603908c4f

View File

@@ -7,14 +7,6 @@ using AyaNova.Biz;
namespace AyaNova.Models
{
/*
todo: Consider adding latitude / longitude to wo, quote, pm objects
can copy over from the unit or customer or set themselves
and can always hide
means wo could be scheduled for ad-hoc locations and serviced that way, i.e. a truck parked on the side of the highway etc
*/
public class WorkOrder : ICoreBizObjectModel
{
public long Id { get; set; }