|
|
@ -1,4 +1,4 @@ |
|
|
|
using Magicodes.ExporterAndImporter.Core; |
|
|
|
using Magicodes.ExporterAndImporter.Core; |
|
|
|
using System; |
|
|
|
using System.ComponentModel.DataAnnotations; |
|
|
|
using Volo.Abp.Application.Dtos; |
|
|
@ -37,6 +37,12 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
[Display(Name = "业务类型")] |
|
|
|
public EnumBusinessType BusinessType { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "状态")] |
|
|
|
public EnumBillState State { set; get; } |
|
|
|
|
|
|
|
} |
|
|
|
public class PUB_PD_EXPORT |
|
|
|
{ |
|
|
|