fix bug
This commit is contained in:
+1
@@ -36,6 +36,7 @@ public class FormalSettlementVO extends FormalSettlement {
|
||||
@TableField(exist = false) @DateTimeFormat(pattern = "yyyy-MM-dd") private LocalDate createStartDate;
|
||||
@TableField(exist = false) @DateTimeFormat(pattern = "yyyy-MM-dd") private LocalDate createEndDate;
|
||||
@TableField(exist = false) private String createUserName;
|
||||
@TableField(exist = false) private String ids;
|
||||
@TableField(exist = false) private String approvalStatusName;
|
||||
@TableField(exist = false) private String settlementTypeName;
|
||||
@TableField(exist = false) private String preSettlementNos;
|
||||
|
||||
+3
@@ -69,6 +69,9 @@ public class PreSettlementVO extends PreSettlement {
|
||||
@Schema(description = "创建人姓名")
|
||||
private String createUserName;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String ids;
|
||||
|
||||
@TableField(exist = false)
|
||||
@Schema(description = "更新人姓名")
|
||||
private String updateUserName;
|
||||
|
||||
+1
@@ -18,6 +18,7 @@ import java.util.List;
|
||||
public class TransportReconciliationVO extends TransportReconciliation {
|
||||
@Serial private static final long serialVersionUID = 1L;
|
||||
@TableField(exist = false) private String createUserName;
|
||||
@TableField(exist = false) private String ids;
|
||||
@TableField(exist = false) private String updateUserName;
|
||||
@TableField(exist = false) private String reconciliationModeName;
|
||||
@TableField(exist = false) private String reconciliationStatusName;
|
||||
|
||||
Reference in New Issue
Block a user