| | |
| | | import com.by4cloud.platformx.business.entity.ContractSubjectMatter; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import jakarta.persistence.Column; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | |
| | | private Integer contractType; |
| | | |
| | | @Schema(description = "供应属性 0-成品 1-备件 2-大修 3-其他") |
| | | private Integer supplyAttribute; |
| | | private String supplyAttribute; |
| | | |
| | | @Schema(description = "合同状态(0-草稿 1-已生效 2-已终止 3-已过期)") |
| | | private Integer contractStatus; |
| | |
| | | @Schema(description = "合同总价税率") |
| | | private BigDecimal contractTax; |
| | | |
| | | @Schema(description = "经济事项 bip推送应收用") |
| | | private String economicMatters; |
| | | |
| | | private List<ContractPaymentSchedule> contractPaymentSchedule; |
| | | |
| | | private List<ContractSubjectMatter> contractSubjectMatter; |