qushaowei
2024-04-22 a862e80c1ee46a77fc8a2dacf59b0110b3669550
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;