4 changed files with 63 additions and 3 deletions
@ -0,0 +1,13 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace BBWY.Server.Model.Dto |
|||
{ |
|||
public class QueryAuditPayBillRequest |
|||
{ |
|||
public string ImportShopIds { get; set; } |
|||
public DateTime StartDate { get; set; } |
|||
public DateTime EndDate { get; set; } |
|||
} |
|||
} |
@ -0,0 +1,9 @@ |
|||
using BBWY.Server.Model.Db; |
|||
|
|||
namespace BBWY.Server.Model.Dto |
|||
{ |
|||
public class AuditPayBillResponse: AuditPayBill |
|||
{ |
|||
|
|||
} |
|||
} |
Loading…
Reference in new issue