shiyunteng
1 天以前 fca21683e1b5b906d2514082ddfbae8eb820c9ea
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/entity/Contract.java
@@ -94,8 +94,8 @@
   @Column(columnDefinition = "int default 0 comment '交付周期'")
   private Integer deliveryCycle;
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Schema(description = "到期日期")
    @Column(columnDefinition = "date comment '到期日期'")
    private Date expirationDate;
@@ -143,6 +143,10 @@
   @Column(columnDefinition = "VARCHAR(128) comment '下一阶段'")
   private String nextScheduleName;
   @Schema(description = "模版ID")
   @Column(columnDefinition = "bigint comment '模版ID'")
   private Long templateId;
    /**
     * 临时字段 - 用于接收审批人名称等关联查询结果
     */