添加字段

This commit is contained in:
2023-11-06 09:24:55 +08:00
parent c241ad869d
commit 7020cf0b39

View File

@@ -26,6 +26,9 @@ public class CoalWashingDailyAnalysisItemVo {
@Comment("时间")
private LocalTime time;
@Comment("备注")
private String remarks;
@Comment("产量")
@With
private Double totalNumber;