| 
														
															@@ -10,83 +10,87 @@ import io.swagger.annotations.ApiModelProperty; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import java.io.Serializable; 
														 | 
														
														 | 
														
															 import java.io.Serializable; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import java.util.Date; 
														 | 
														
														 | 
														
															 import java.util.Date; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import com.fasterxml.jackson.annotation.JsonFormat; 
														 | 
														
														 | 
														
															 import com.fasterxml.jackson.annotation.JsonFormat; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import org.springframework.format.annotation.DateTimeFormat; 
														 | 
														
														 | 
														
															 import org.springframework.format.annotation.DateTimeFormat; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import java.math.BigDecimal; 
														 | 
														
														 | 
														
															 import java.math.BigDecimal; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 /** 
														 | 
														
														 | 
														
															 /** 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- * 用户退款表 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ * 退款申请表 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  */ 
														 | 
														
														 | 
														
															  */ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-@TableName("user_order_refunds") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-@ApiModel(value = "UserOrderRefunds对象", description = "用户退款表") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-public class UserOrderRefunds implements Serializable { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	private static final long serialVersionUID = 1L; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+@TableName("user_order_refund") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+@ApiModel(value = "UserOrderRefund对象", description = "退款申请表") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+public class UserOrderRefund implements Serializable { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    private static final long serialVersionUID = 1L; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @TableId(value = "id_", type = IdType.AUTO) 
														 | 
														
														 | 
														
															     @TableId(value = "id_", type = IdType.AUTO) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private Long id; 
														 | 
														
														 | 
														
															     private Long id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "user_id_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiModelProperty("用户id ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "user_id_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private Long userId; 
														 | 
														
														 | 
														
															     private Long userId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @ApiModelProperty("订单号 ") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "order_no_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    private String orderNo; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @ApiModelProperty("订单详情id ") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @TableField(value = "order_detil_id_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    private Long orderDetilId; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @ApiModelProperty("状态 DOING、审核中 PASS、通过 UNPASS、不通过") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "status_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiModelProperty("订单id") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "order_id_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    private Long orderId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiModelProperty("订单详情id(多个详情,分割) ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "oredr_detil_ids_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    private String oredrDetilIds; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiModelProperty("状态 DOING、审核中 PASS、通过 UNPASS、不通过 ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "status_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private AuthStatusEnum status; 
														 | 
														
														 | 
														
															     private AuthStatusEnum status; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiModelProperty("申请退费金额 ") 
														 | 
														
														 | 
														
															     @ApiModelProperty("申请退费金额 ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "apply_amount_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "apply_amount_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private BigDecimal applyAmount; 
														 | 
														
														 | 
														
															     private BigDecimal applyAmount; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiModelProperty("实际退费金额 ") 
														 | 
														
														 | 
														
															     @ApiModelProperty("实际退费金额 ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "actual_amount_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "actual_amount_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private BigDecimal actualAmount; 
														 | 
														
														 | 
														
															     private BigDecimal actualAmount; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiModelProperty("退款描述 ") 
														 | 
														
														 | 
														
															     @ApiModelProperty("退款描述 ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "reason_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "reason_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private String reason; 
														 | 
														
														 | 
														
															     private String reason; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @ApiModelProperty("操作人 ") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "operate_user_id_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    private Long operateUserId; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "create_time_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiModelProperty("审核人 ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "operate_id_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    private Long operateId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @ApiModelProperty("审核描述 ") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "operate_reason_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    private String operateReason; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "create_time_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") 
														 | 
														
														 | 
														
															     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private Date createTime; 
														 | 
														
														 | 
														
															     private Date createTime; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "update_time_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @TableField(value = "update_time_") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") 
														 | 
														
														 | 
														
															     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private Date updateTime; 
														 | 
														
														 | 
														
															     private Date updateTime; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	@TableField(value = "remark_") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    private String remark; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public Long getId() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Long getId() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return id; 
														 | 
														
														 | 
														
															         return id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public void setId(Long id) { 
														 | 
														
														 | 
														
															     public void setId(Long id) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.id = id; 
														 | 
														
														 | 
														
															         this.id = id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public Long getUserId() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Long getUserId() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return userId; 
														 | 
														
														 | 
														
															         return userId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public void setUserId(Long userId) { 
														 | 
														
														 | 
														
															     public void setUserId(Long userId) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.userId = userId; 
														 | 
														
														 | 
														
															         this.userId = userId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public String getOrderNo() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return orderNo; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Long getOrderId() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return orderId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public void setOrderNo(String orderNo) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        this.orderNo = orderNo; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public void setOrderId(Long orderId) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.orderId = orderId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public Long getOrderDetilId() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return orderDetilId; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public String getOredrDetilIds() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return oredrDetilIds; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public void setOrderDetilId(Long orderDetilId) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        this.orderDetilId = orderDetilId; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public void setOredrDetilIds(String oredrDetilIds) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.oredrDetilIds = oredrDetilIds; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public AuthStatusEnum getStatus() { 
														 | 
														
														 | 
														
															     public AuthStatusEnum getStatus() { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -96,8 +100,8 @@ public class UserOrderRefunds implements Serializable { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public void setStatus(AuthStatusEnum status) { 
														 | 
														
														 | 
														
															     public void setStatus(AuthStatusEnum status) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.status = status; 
														 | 
														
														 | 
														
															         this.status = status; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public BigDecimal getApplyAmount() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public BigDecimal getApplyAmount() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return applyAmount; 
														 | 
														
														 | 
														
															         return applyAmount; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -105,52 +109,52 @@ public class UserOrderRefunds implements Serializable { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.applyAmount = applyAmount; 
														 | 
														
														 | 
														
															         this.applyAmount = applyAmount; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public BigDecimal getActualAmount() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public BigDecimal getActualAmount() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return actualAmount; 
														 | 
														
														 | 
														
															         return actualAmount; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public void setActualAmount(BigDecimal actualAmount) { 
														 | 
														
														 | 
														
															     public void setActualAmount(BigDecimal actualAmount) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.actualAmount = actualAmount; 
														 | 
														
														 | 
														
															         this.actualAmount = actualAmount; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public String getReason() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public String getReason() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return reason; 
														 | 
														
														 | 
														
															         return reason; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public void setReason(String reason) { 
														 | 
														
														 | 
														
															     public void setReason(String reason) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.reason = reason; 
														 | 
														
														 | 
														
															         this.reason = reason; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public Long getOperateUserId() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return operateUserId; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Long getOperateId() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return operateId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public void setOperateUserId(Long operateUserId) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        this.operateUserId = operateUserId; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public void setOperateId(Long operateId) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.operateId = operateId; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public Date getCreateTime() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public String getOperateReason() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return operateReason; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public void setOperateReason(String operateReason) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.operateReason = operateReason; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Date getCreateTime() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return createTime; 
														 | 
														
														 | 
														
															         return createTime; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public void setCreateTime(Date createTime) { 
														 | 
														
														 | 
														
															     public void setCreateTime(Date createTime) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.createTime = createTime; 
														 | 
														
														 | 
														
															         this.createTime = createTime; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public Date getUpdateTime() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    public Date getUpdateTime() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return updateTime; 
														 | 
														
														 | 
														
															         return updateTime; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public void setUpdateTime(Date updateTime) { 
														 | 
														
														 | 
														
															     public void setUpdateTime(Date updateTime) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.updateTime = updateTime; 
														 | 
														
														 | 
														
															         this.updateTime = updateTime; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	public String getRemark() { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return remark; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    public void setRemark(String remark) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        this.remark = remark; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-     
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 |