|
|
@ -34,4 +34,21 @@ public class IfPartCheckCustomerLabelDetail extends BaseBean {
|
|
|
|
@Column(name = "CUSTOMER_LABEL")
|
|
|
|
@Column(name = "CUSTOMER_LABEL")
|
|
|
|
@ApiParam("客户标签")
|
|
|
|
@ApiParam("客户标签")
|
|
|
|
private String customerLabel;
|
|
|
|
private String customerLabel;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "SYNC_STATUS")
|
|
|
|
|
|
|
|
@ApiParam("同步状态")
|
|
|
|
|
|
|
|
private Integer syncStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "ERROR_MESSAGE")
|
|
|
|
|
|
|
|
@ApiParam("异常消息")
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
|
|
|
|
private String errorMessage;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "ACTION_CODE")
|
|
|
|
|
|
|
|
@ApiParam("动作代码")
|
|
|
|
|
|
|
|
private String actionCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "IF_CODE")
|
|
|
|
|
|
|
|
@ApiParam("接口代码")
|
|
|
|
|
|
|
|
private String ifCode;
|
|
|
|
}
|
|
|
|
}
|
|
|
|