|
|
@ -3,7 +3,9 @@ using System.Collections.Generic; |
|
|
|
using System.ComponentModel.DataAnnotations; |
|
|
|
using Magicodes.ExporterAndImporter.Core; |
|
|
|
using Volo.Abp.Application.Dtos; |
|
|
|
using Win.Sfs.SettleAccount; |
|
|
|
using Win.Sfs.SettleAccount.Bases; |
|
|
|
using Win.Sfs.SettleAccount.Entities.BQ.Dtos; |
|
|
|
using Win.Sfs.Shared.Constant; |
|
|
|
using Win.Sfs.Shared.Filter; |
|
|
|
|
|
|
@ -71,7 +73,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
[Display(Name = "发票")] |
|
|
|
public class INVOICE_REPEAT_DTO : EntityDto<Guid> |
|
|
|
{ |
|
|
|