src/main/java/com/ruoyi/purchase/pojo/TicketRegistration.java
@@ -28,6 +28,13 @@
    private Long id;
    /**
     * 状态
     */
    @Excel(name = "状态")
    @TableField(exist = false)
    private String statusName;
    /**
     * 采购台账id
     */
    private Long purchaseLedgerId;
@@ -156,4 +163,11 @@
    @ApiModelProperty(value = "录入时间")
    private LocalDate enterDate;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}