客户管理功能调整, 音频模型调整

This commit is contained in:
spllzh
2025-10-21 17:46:24 +08:00
parent 9aba49a817
commit 312e11bc9e
30 changed files with 538 additions and 47 deletions

View File

@@ -73,5 +73,9 @@ public class CustomerManagement implements Serializable {
@TableField("update_time")
private LocalDateTime updateTime;
@Schema(description = "备注")
@TableField("remark")
private String remark;
}