mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-12-10 01:01:59 +08:00
doc 更新文档
This commit is contained in:
@@ -33,10 +33,15 @@ Dax-Pay是Bootx-Platform的子项目之一,主要是对支付收单和账务
|
||||
|
||||
## 🍒文档
|
||||
- 系统演示地址:[Dax支付系统](http://daxpay.demo.bootx.cn/)
|
||||
- 前端项目地址:[前端项目(vue3)](https://gitee.com/bootx/bootx-platform-vue3)
|
||||
- 前端项目地址:[前端项目(vue3)](https://gitee.com/bootx/dax-pay-ui)
|
||||
- 项目文档:[项目文档(GITEE)](https://bootx.gitee.io/)、[项目文档(备用)](https://daxpay.doc.bootx.cn/)
|
||||
- 更新日志:[更新日志](./_doc/ChangeLog.md)
|
||||
|
||||
## 🍎 路线图
|
||||
1.0.x
|
||||
- 支持微信V3接口,可通过配置进行切换
|
||||
- 新增储值卡多卡使用演示
|
||||
|
||||
## 🥂 Quick Start
|
||||
|
||||
- 后端: [后端启动流程](https://https://daxpay.doc.bootx.cn/)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.core.merchant.entity;
|
||||
|
||||
import cn.bootx.mybatis.table.modify.annotation.DbColumn;
|
||||
import cn.bootx.mybatis.table.modify.annotation.DbTable;
|
||||
import cn.bootx.mybatis.table.modify.mybatis.mysq.annotation.DbMySqlIndex;
|
||||
import cn.bootx.mybatis.table.modify.mybatis.mysq.constants.MySqlIndexType;
|
||||
import cn.bootx.platform.common.core.function.EntityBaseFunction;
|
||||
@@ -29,7 +28,7 @@ import static cn.bootx.platform.daxpay.core.merchant.entity.MerchantInfo.Fields.
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@FieldNameConstants
|
||||
@Data
|
||||
@DbTable(comment = "商户")
|
||||
//@DbTable(comment = "商户")
|
||||
@Accessors(chain = true)
|
||||
@TableName("pay_merchant")
|
||||
public class MerchantInfo extends MpBaseEntity implements EntityBaseFunction<MerchantInfoDto> {
|
||||
|
||||
Reference in New Issue
Block a user