old_flsystem/应用/BackupAndImport/Entitys/PrimaryKeyTemp.cs

19 lines
330 B
C#
Raw Permalink Normal View History

2022-09-29 10:35:00 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataDocking.Entitys
{
public class PrimaryKeyTemp
{
public int OldId {get;set;}
public long NewId { get; set; }
public string UserName { get; set; }
}
}