chore(config): 更新应用配置和实体注解

- 将应用活跃配置从 glt2 更改为 ysb2
- 为 GltTicketOrder 实体的 orderNo 字段添加 TableField 注解
- 更新 README 文件格式,添加空行结尾
This commit is contained in:
2026-03-02 13:10:55 +08:00
parent f7334021e0
commit 22c1f42394
3 changed files with 5 additions and 2 deletions

View File

@@ -283,4 +283,6 @@ docker run -d -p 9200:9200 websoft-api
---
⭐ 如果这个项目对您有帮助,请给我们一个星标!
⭐ 如果这个项目对您有帮助,请给我们一个星标!

View File

@@ -32,6 +32,7 @@ public class GltTicketOrder implements Serializable {
private Integer userTicketId;
@Schema(description = "订单编号")
@TableField(exist = false)
private String orderNo;
@Schema(description = "订单状态")

View File

@@ -4,7 +4,7 @@ server:
# 多环境配置
spring:
profiles:
active: glt2
active: ysb2
application:
name: server