From 1a376098d2e27eeb9c2af90fa501311c2035d5ab Mon Sep 17 00:00:00 2001 From: buhuazhen <hua100783@gmail.com> Date: 星期三, 27 八月 2025 14:30:41 +0800 Subject: [PATCH] :zap: 对于前端修改 采购和应付 --- main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java | 30 +++++++++++++++++++++--------- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java b/main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java index 2bd1370..afd6788 100644 --- a/main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java +++ b/main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java @@ -8,7 +8,7 @@ import lombok.Data; import java.math.BigDecimal; -import java.util.Date; +import java.time.LocalDate; /** * 閲囪喘鐧昏琛� 瀹炰綋绫� @@ -28,7 +28,7 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; /** - * + * 渚涘簲鍟唅d */ @TableField(value = "supplier_id") private Long supplierId; @@ -47,11 +47,7 @@ */ @TableField(value = "coal_id") private Long coalId; - /** - * 鐓ょ绫诲瀷 - */ - @TableField(value = "coal") - private String coal; + /** * 閲囪喘鏁伴噺 */ @@ -86,10 +82,26 @@ * 鐧昏浜篿d */ @TableField(value = "registrant_id") - private String registrantId; + private Long registrantId; /** * 鐧昏鏃ユ湡 */ @TableField(value = "registration_date") - private Date registrationDate; + private LocalDate registrationDate; + /** + * 杩愯垂 + */ + @TableField(value = "freight") + private BigDecimal freight; + + /** + * 绫诲瀷锛�1-鎴愬搧锛�2-鍘熸枡锛� + */ + @TableField(value = "type") + private Integer type; + /** + * 閲囪喘绫诲瀷 + */ + @TableField(value = "purchase_type") + private Integer purchaseType; } \ No newline at end of file -- Gitblit v1.9.3