chore(config): 更新应用配置和实体注解
- 将应用活跃配置从 glt2 更改为 ysb2 - 为 GltTicketOrder 实体的 orderNo 字段添加 TableField 注解 - 更新 README 文件格式,添加空行结尾
This commit is contained in:
@@ -32,6 +32,7 @@ public class GltTicketOrder implements Serializable {
|
||||
private Integer userTicketId;
|
||||
|
||||
@Schema(description = "订单编号")
|
||||
@TableField(exist = false)
|
||||
private String orderNo;
|
||||
|
||||
@Schema(description = "订单状态")
|
||||
|
||||
Reference in New Issue
Block a user