田工版本初次提交
This commit is contained in:
13
BLWWS_BLL/ExtraData.cs
Normal file
13
BLWWS_BLL/ExtraData.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user