Files

17 lines
292 B
C#
Raw Permalink Normal View History

2025-11-20 13:11:05 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AUTS.Domain.ViewModels
{
public class RequestOrdersRealTime
{
public int ProjectID { get; set; }
public int Order { get; set; }
}
}