|
@@ -36,6 +36,41 @@ public class AccountRequestFundsSelectDto extends BaseSelectDto {
|
|
|
private String keyword;
|
|
|
|
|
|
/**
|
|
|
+ * 归属部门ID
|
|
|
+ */
|
|
|
+ private Long departmentId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 归属公司ID
|
|
|
+ */
|
|
|
+ private Long corporationId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 申请人ID
|
|
|
+ */
|
|
|
+ private Long createUser;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 币种
|
|
|
+ */
|
|
|
+ private String currency;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 交易开始金额
|
|
|
+ */
|
|
|
+ private BigDecimal startAmount;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 交易结束金额
|
|
|
+ */
|
|
|
+ private BigDecimal endAmount;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 款项说明
|
|
|
+ */
|
|
|
+ private String paymentRemark;
|
|
|
+
|
|
|
+ /**
|
|
|
* 核销状态
|
|
|
*/
|
|
|
private Integer writeOffStatus;
|