zss
2 天以前 5c998c8f14dbf037c0a8e310e013fb4580f0c61d
src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -29,6 +29,12 @@
    @Excel(name = "入库时间", width = 30, dateFormat = "yyyy-MM-dd")
    private Date inboundDate;
    /**
     * 编号
     */
    @Excel(name = "编号")
    private String code;
    @TableField(exist = false)
    private String timeStr;