From 22aaacd9e51da58ed10221639b6bd2fd9a13c6e5 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 16 一月 2026 18:49:23 +0800
Subject: [PATCH] 经销商管理

---
 server/dmmall_service/src/main/java/com/doumee/dao/business/model/Goodsorder.java |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Goodsorder.java b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Goodsorder.java
index 9005c29..1d9befb 100644
--- a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Goodsorder.java
+++ b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/Goodsorder.java
@@ -1,3 +1,5 @@
+
+
 package com.doumee.dao.business.model;
 
 import com.baomidou.mybatisplus.annotation.TableField;
@@ -67,6 +69,10 @@
     @ExcelColumn(name="璁㈠崟瀹炰粯浠锋牸",index =9,width = 10)
     private BigDecimal price;
 
+    @ApiModelProperty(value = "閭垂閲戦", example = "1")
+    private BigDecimal mailPrice;
+
+
     @ApiModelProperty(value = "璁㈠崟鐘舵��")
     @ExcelColumn(name="璁㈠崟鐘舵��",index =10,width = 10)
     @TableField(exist = false)
@@ -127,7 +133,7 @@
     @ApiModelProperty(value = "鏀粯鍗曞彿")
     private String payOrderId;
 
-    @ApiModelProperty(value = "鏀粯鏂瑰紡 0寰俊鏀粯 1绾夸笅鏀粯", example = "1")
+    @ApiModelProperty(value = "鏀粯鏂瑰紡 0鐜伴噾鏀粯 1绉垎鏀粯", example = "1")
     private Integer payMethod;
 
     @ApiModelProperty(value = "蹇�掑崟鍙�")
@@ -138,7 +144,6 @@
 
     @ApiModelProperty(value = "蹇�掔紪鐮侊紙鍏宠仈labels琛級", example = "1")
     private Integer kdId;
-
 
 
     @ApiModelProperty(value = "鍙栨秷鏃堕棿")

--
Gitblit v1.9.3