Browse Source

task_order

master
陈裕财 4 years ago
parent
commit
c7e76548df
  1. 4
      xm-core/src/main/java/com/xm/core/entity/XmTaskOrder.java

4
xm-core/src/main/java/com/xm/core/entity/XmTaskOrder.java

@ -87,7 +87,7 @@ public class XmTaskOrder implements java.io.Serializable {
Date topEtime; Date topEtime;
@ApiModelProperty(notes="热搜费用",allowEmptyValue=true,example="",allowableValues="") @ApiModelProperty(notes="热搜费用",allowEmptyValue=true,example="",allowableValues="")
String hotFee;
BigDecimal hotFee;
@ApiModelProperty(notes="热搜开始时间",allowEmptyValue=true,example="",allowableValues="") @ApiModelProperty(notes="热搜开始时间",allowEmptyValue=true,example="",allowableValues="")
Date hotStime; Date hotStime;
@ -102,7 +102,7 @@ public class XmTaskOrder implements java.io.Serializable {
String hot; String hot;
@ApiModelProperty(notes="客服包办费用",allowEmptyValue=true,example="",allowableValues="") @ApiModelProperty(notes="客服包办费用",allowEmptyValue=true,example="",allowableValues="")
String crmSupFee;
BigDecimal crmSupFee;
@ApiModelProperty(notes="加急费用",allowEmptyValue=true,example="",allowableValues="") @ApiModelProperty(notes="加急费用",allowEmptyValue=true,example="",allowableValues="")
BigDecimal urgentFee; BigDecimal urgentFee;

Loading…
Cancel
Save