指令备份调整
This commit is contained in:
parent
0c8a5c7562
commit
91fa6ce4a7
|
|
@ -66,15 +66,22 @@ public class DirectiveBkItem implements Serializable {
|
|||
/**
|
||||
* 服务指令名称
|
||||
*/
|
||||
@Excel(name = "服务指令名称", width = 40)
|
||||
@Excel(name = "服务指令", width = 40)
|
||||
@ApiModelProperty(value = "服务指令名称")
|
||||
private java.lang.String directiveName;
|
||||
/**
|
||||
* 周期类型中文名称
|
||||
*/
|
||||
@Excel(name = "周期类型", width = 20)
|
||||
// @Excel(name = "周期类型", width = 20)
|
||||
@ApiModelProperty(value = "周期类型中文名称")
|
||||
private java.lang.String cycleTypeName;
|
||||
/**
|
||||
* 服务属性 ds定时 js计时
|
||||
*/
|
||||
@Excel(name = "服务属性", width = 15, dicCode = "service_attribute")
|
||||
@ApiModelProperty(value = "服务属性")
|
||||
@Dict(dicCode = "service_attribute")
|
||||
private java.lang.String serviceAttribute;
|
||||
/**
|
||||
* 收费价格
|
||||
*/
|
||||
|
|
@ -140,7 +147,7 @@ public class DirectiveBkItem implements Serializable {
|
|||
/**
|
||||
* 服务说明
|
||||
*/
|
||||
@Excel(name = "服务描述", width = 50)
|
||||
@Excel(name = "服务指令描述", width = 50)
|
||||
@ApiModelProperty(value = "服务描述")
|
||||
private java.lang.String serviceContent;
|
||||
/**
|
||||
|
|
@ -152,7 +159,6 @@ public class DirectiveBkItem implements Serializable {
|
|||
/**
|
||||
* 超时时长(分钟)
|
||||
*/
|
||||
@Excel(name = "超时时长(分钟)", width = 18)
|
||||
@ApiModelProperty(value = "超时时长(分钟)")
|
||||
private java.lang.String timeoutDuration;
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -173,6 +173,7 @@
|
|||
m.instruction_tag_id,
|
||||
m.category_id,
|
||||
m.type_id,
|
||||
m.service_attribute,
|
||||
m.toll_price,
|
||||
m.com_price,
|
||||
m.service_duration,
|
||||
|
|
|
|||
Loading…
Reference in New Issue