提交 f15ee4be 编写于 作者: J Javen205

新增插件

上级 ffbfc5cc
......@@ -57,8 +57,10 @@ IJPay 中常用支付方式涉及到的 [Model](https://gitee.com/javen205/IJPay
```java{5}
@Builder
@AllArgsConstructor
@Getter
@Setter
@NoArgsConstructor
@Data
@EqualsAndHashCode(callSuper = false)
@Accessors(chain = true)
public class CloseOrderModel extends BaseModel {
// 属性字段名称与接口参数保持一致
private String appid;
......
......@@ -22,7 +22,8 @@
<module>IJPay-JDPay</module>
<module>IJPay-PayPal</module>
<module>IJPay-XPay</module>
</modules>
<module>IJPay-Plugin</module>
</modules>
<licenses>
<license>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册