修改订货金bug时间戳

This commit is contained in:
shuo.wang
2024-05-08 11:13:22 +08:00
parent a569b77da3
commit db782d89fc

View File

@@ -28,5 +28,5 @@ public class DecorationStageVO {
@ApiModelProperty("计划结束时间")
private String planEndTime;
@ApiModelProperty("实际完成时间")
private String actualCompleteTime;
private String actualEndTime;
}