Files
Web_PMSApi_Server_V1_Prod/BLWWS_BLL/ExtraData.cs

14 lines
248 B
C#
Raw Normal View History

2025-12-11 14:13:27 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BLWWS_BLL
{
public class ExtraData
{
public string OriginalData { get; set; }
public string RequestIP { get; set; }
}
}