|
@@ -53,7 +53,7 @@ public class OrderBaseVO {
|
|
|
private String source;
|
|
|
|
|
|
@ZfireField(sortNum = 6)
|
|
|
- @ApiModelProperty(value = "销售类型")
|
|
|
+ @ApiModelProperty(value = "工单渠道")
|
|
|
private String orderChannelText;
|
|
|
|
|
|
|
|
@@ -162,8 +162,8 @@ public class OrderBaseVO {
|
|
|
@ApiModelProperty(value = "所属销司")
|
|
|
private String buyName;
|
|
|
|
|
|
- /* @ApiModelProperty(value = "销售类型")
|
|
|
- private String salesTypeName;*/
|
|
|
+ @ApiModelProperty(value = "销售类型")
|
|
|
+ private String salesTypeName;
|
|
|
|
|
|
@ApiModelProperty(value = "要求状态")
|
|
|
private String reqStatus;
|