重新修改盈亏逻辑

This commit is contained in:
2025-06-23 10:38:17 +08:00
parent ca2ea16d40
commit cd2aa28f0d
5 changed files with 14 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ public class ProjectProfitLossVO {
private Long projectId;
private String projectName;
private String projectNum;
private String projectCode;
private Integer tradeType;
private Date beginTime;
private String projectStatus;
@JsonFormat(shape = JsonFormat.Shape.STRING)