doc 更新文档

This commit is contained in:
xxm1995
2023-07-13 09:38:10 +08:00
parent 956b589b59
commit e64d258331
2 changed files with 7 additions and 3 deletions

View File

@@ -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/)

View File

@@ -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> {