qushaowei
2024-01-11 792ff6e14b5074d30f8a7bd804d3b8e6454c3969
lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java
@@ -102,8 +102,8 @@
    /**
     * 出厂日期
     */
    @Excel(name = "出厂日期", width = 15)
    **/
    @Excel(name = "出厂日期", width = 15,format = "yyyy-MM-dd")
    @ApiModelProperty(value = "出厂日期")
    private java.util.Date manufactureDate;