我的记录

大家好啊!我是个超级喜欢练武的小伙伴,网名叫做武林小仙女。今天我来给大家介绍一下刘敬儒八卦掌的八大掌法,我想大家能够喜欢哦!
刘敬儒八卦掌是中国传统武术的一种,它以八卦图为基础,旋转、转身、腾挪等动作来发挥攻防的效果。这种掌法注重以柔克刚,以变化应对敌人的进攻,具有很高的实用性和观赏性。
我要介绍的是“单鞭掌”。这个掌法的动作很简单,就是一只手向前伸直,手心朝下,手指稍微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微微信支付
*/
private Integer weixinPay;
/**
* 支付宝支付
*/
private Integer alipayPay;
/**
* 其他支付
*/
private Integer otherPay;
/**
* 其他支付金额
*/
private BigDecimal otherPayAmount;
/**
* 订单状态
*/
private Integer orderStatus;
/**
* 订单状态描述
*/
private String orderStatusDesc;
/**
* 支付状态
*/
private Integer payStatus;
/**
* 支付状态描述
*/
private String payStatusDesc;
/**
* 支付时间
*/
private Date payTime;
/**
* 预约时间
*/
private Date reserveTime;
/**
* 接单时间
*/
private Date receiveTime;
/**
* 确认时间
*/
private Date confirmTime;
/**
* 结束时间
*/
private Date finishTime;
/**
* 退款时间
*/
private Date refundTime;
/**
* 取消时间
*/
private Date cancelTime;
/**
* 退款状态
*/
private Integer refundStatus;
/**
* 退款状态描述
*/
private String refundStatusDesc;
/**
* 是否删除
*/
private Integer isDeleted;
/**
* 创建时间
*/
private Date createTime;
/**
* 修改时间
*/
private Date modifyTime;
public Order(Long id, Long userId, Long doctorId, Long hospitalId, Long departmentId, Long doctorScheduleId, String orderNo, String orderType, String orderTypeName, BigDecimal orderAmount, Integer payType, String payTypeName, Integer weixinPay, Integer alipayPay, Integer otherPay, BigDecimal otherPayAmount, Integer orderStatus, String orderStatusDesc, Integer payStatus, String payStatusDesc, Date payTime, Date reserveTime, Date receiveTime, Date confirmTime, Date finishTime, Date refundTime, Date cancelTime, Integer refundStatus, String refundStatusDesc, Integer isDeleted, Date createTime, Date modifyTime) {
this.id = id;
this.userId = userId;
this.doctorId = doctorId;
this.hospitalId = hospitalId;
this.departmentId = departmentId;
this.doctorScheduleId = doctorScheduleId;
this.orderNo = orderNo;
this.orderType = orderType;
this.orderTypeName = orderTypeName;
this.orderAmount = orderAmount;
this.payType = payType;
this.payTypeName = payTypeName;
this.weixinPay = weixinPay;
this.alipayPay = alipayPay;
this.otherPay = otherPay;
this.otherPayAmount = otherPayAmount;
this.orderStatus = orderStatus;
this.orderStatusDesc = orderStatusDesc;
this.payStatus = payStatus;
this.payStatusDesc = payStatusDesc;
this.payTime = payTime;
this.reserveTime = reserveTime;
this.receiveTime = receiveTime;
this.confirmTime = confirmTime;
this.finishTime = finishTime;
this.refundTime = refundTime;
this.cancelTime = cancelTime;
this.refundStatus = refundStatus;
this.refundStatusDesc = refundStatusDesc;
this.isDeleted = isDeleted;
this.createTime = createTime;
this.modifyTime = modifyTime;
}
public Order() {
super();
}
/**
* 订单id
* @retn id 订单id
*/
public Long getId() {
retn id;
}
/**
* 订单id
* @param id 订单id
*/
public void setId