fix: 优化pbom导出工作表的时间,年份由99改为9999

This commit is contained in:
曹鹏飞 2024-04-02 16:28:16 +08:00
parent c8569361ce
commit 63c9845530
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class BomNewPbomWorkExcelVO implements Serializable {
}
@ExcelColumn(value = "有效至")
private String expireEndTimeStr="99-12-31 23:59:59";
private String expireEndTimeStr="9999-12-31 23:59:59";
@ApiModelProperty("物料状态 1:激活 2:禁止采购 3:售后专用 4:冻结 5:完全弃用")
private Integer materialState;