发票来账明细查询
parent
9e8243e856
commit
0f0d630289
|
|
@ -1,6 +1,7 @@
|
|||
package com.czcb.scfs.service.accountant.invoice.model;
|
||||
|
||||
import com.czcb.scfs.api.core.ApiRequest;
|
||||
import com.czcb.scfs.api.core.PageApiRequest;
|
||||
import com.czcb.scfs.api.core.agrs.TransType;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import lombok.Data;
|
||||
|
|
@ -16,7 +17,7 @@ import lombok.experimental.Accessors;
|
|||
@Data
|
||||
@Accessors(chain = true)
|
||||
@TransType("232008")
|
||||
public class InvoiceDepositQueryRequest implements ApiRequest {
|
||||
public class InvoiceDepositQueryRequest implements PageApiRequest {
|
||||
/**
|
||||
* 渠道编号
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
package com.czcb.scfs.service.accountant.invoice.model;
|
||||
|
||||
import com.czcb.scfs.api.core.ApiResponse;
|
||||
import com.czcb.scfs.api.core.PageApiResponse;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
|
@ -19,7 +20,7 @@ import java.util.List;
|
|||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
public class InvoiceDepositQueryResponse implements ApiResponse {
|
||||
public class InvoiceDepositQueryResponse implements PageApiResponse {
|
||||
/**
|
||||
* 000000:表示成功
|
||||
*/
|
||||
|
|
@ -137,4 +138,5 @@ public class InvoiceDepositQueryResponse implements ApiResponse {
|
|||
@SerializedName("update_time")
|
||||
private Date updateTime;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue