liyong
2 天以前 6c65bc2938ad7ab83166074022b332c65c9f0371
src/main/java/com/ruoyi/purchase/pojo/TicketRegistration.java
@@ -140,4 +140,15 @@
    @ApiModelProperty(value = "未付款总金额")
    @TableField(exist = false)
    private BigDecimal unPaymentAmountTotal;
    @TableField(exist = false)
    private Boolean status;
    @TableField(exist = false)
    private String issueDateStart;
    @TableField(exist = false)
    private String issueDateEnd;
    @ApiModelProperty(value = "录入时间")
    private LocalDate enterDate;
}