1、修复业务模块bug
2、完善凭证管理
This commit is contained in:
+3
@@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import org.springblade.transport.pojo.entity.MasterOrder;
|
||||
import org.springblade.transport.pojo.entity.Waybill;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.math.BigDecimal;
|
||||
@@ -37,6 +38,8 @@ public class MasterOrderVO extends MasterOrder {
|
||||
@TableField(exist = false)
|
||||
private List<Map<String, Object>> routeProgress;
|
||||
@TableField(exist = false)
|
||||
private List<Waybill> boundWaybills;
|
||||
@TableField(exist = false)
|
||||
private BigDecimal totalQuantity;
|
||||
@TableField(exist = false)
|
||||
private String createUserName;
|
||||
|
||||
Reference in New Issue
Block a user