boxu.zheng
1 year ago
2 changed files with 18 additions and 4 deletions
@ -0,0 +1,16 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
using Volo.Abp.Domain.Entities.Auditing; |
||||
|
|
||||
|
namespace Faster.Zheng.Winin.AppBusiness.AppExportUser |
||||
|
{ |
||||
|
public class ExportCustomUser |
||||
|
{ |
||||
|
public string ExportUserId { get; set; } |
||||
|
public string ExportColumnName { get; set; } |
||||
|
public string ExportTableName { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue