From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/dto/order/CommonOrderAddResultDTO.java | 76 +++++++++++++++++++------------------- 1 files changed, 38 insertions(+), 38 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/order/CommonOrderAddResultDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/order/CommonOrderAddResultDTO.java index 16b6120..664ab3e 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/order/CommonOrderAddResultDTO.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/order/CommonOrderAddResultDTO.java @@ -1,38 +1,38 @@ -package com.yeshi.fanli.dto.order; - -import com.yeshi.fanli.entity.order.CommonOrder; - -public class CommonOrderAddResultDTO { - - public final static int TYPE_ADD = 1; - public final static int TYPE_UPDATE = 2; - public final static int TYPE_NOUPDATE = 3; - - private CommonOrder commonOrder; - private int type; - - public CommonOrderAddResultDTO() { - - } - - public CommonOrderAddResultDTO(CommonOrder commonOrder, int type) { - this.commonOrder = commonOrder; - this.type = type; - } - - public CommonOrder getCommonOrder() { - return commonOrder; - } - - public void setCommonOrder(CommonOrder commonOrder) { - this.commonOrder = commonOrder; - } - - public int getType() { - return type; - } - - public void setType(int type) { - this.type = type; - } -} +package com.yeshi.fanli.dto.order; + +import com.yeshi.fanli.entity.order.CommonOrder; + +public class CommonOrderAddResultDTO { + + public final static int TYPE_ADD = 1; + public final static int TYPE_UPDATE = 2; + public final static int TYPE_NOUPDATE = 3; + + private CommonOrder commonOrder; + private int type; + + public CommonOrderAddResultDTO() { + + } + + public CommonOrderAddResultDTO(CommonOrder commonOrder, int type) { + this.commonOrder = commonOrder; + this.type = type; + } + + public CommonOrder getCommonOrder() { + return commonOrder; + } + + public void setCommonOrder(CommonOrder commonOrder) { + this.commonOrder = commonOrder; + } + + public int getType() { + return type; + } + + public void setType(int type) { + this.type = type; + } +} -- Gitblit v1.8.0