liurunyu
2024-02-22 d919e26796ec5a6f78fc0b665840207f185f1274
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/cardOperate/qo/QoTransaction.java
@@ -22,8 +22,8 @@
    @Schema(description = "村ID")
    public Long villageId;
    @Schema(description = "水卡编号")
    public Long cardNum;
    //@Schema(description = "水卡编号")
    //public Long cardNum;
    @Schema(description = "交易查询起始时间")
    public String operateTimeStart;
@@ -33,4 +33,6 @@
    @Schema(description = "收银员ID")
    public Long cashierId;
}