xuhy
2025-04-27 5fa6e6f8410ef9d057174bcff2a3c5038c54a551
ruoyi-system/src/main/java/com/ruoyi/system/query/TFlowManagementQuery.java
@@ -46,8 +46,6 @@
    @ApiModelProperty(value = "流水状态 1=正常 2=异常")
    private Integer flowStatus;
    @ApiModelProperty(value = "流水类型 1=系统 2=银行")
    private Integer flowType;
    @ApiModelProperty(value = "支付方式 1=微信支付 2=支付宝支付 3=线下支付")
    private Integer payType;
@@ -61,5 +59,8 @@
    @ApiModelProperty(value = "支付结束时间")
    private String payEndTime;
    @ApiModelProperty(value = "营运部门ID")
    private String businessDeptId;
}