sgj
2026-03-05 8e4be3c0e5577fddae3ae30b0ca00f8b7a6c490e
fzzy-igdss-core/src/main/java/com/fzzy/igds/data/InoutRecordDetailInExport.java
@@ -35,11 +35,14 @@
    private String foodVariety;
    @Excel(name = "结算重量",sort = 7)
    private Double settleWeight = 0.0;
    private String settleWeight = "0.0";
    @Excel(name = "入库重量",sort = 8)
    private Double recordWeight = 0.0;
    private String recordWeight = "0.0";
    @Excel(name = "离库时间",sort = 9,dateFormat = "yyyy-MM-dd HH:mm:ss")
    private Date completeTime;
    @Excel(name = "修改记录",sort = 10)
    private String updateLog;
}