增加场景信息

This commit is contained in:
zhonghua1
2026-01-10 17:57:31 +08:00
parent 67375892b6
commit 186ec80530
4 changed files with 13 additions and 11 deletions

View File

@@ -101,5 +101,6 @@ public class CustomerManagement implements Serializable {
@TableField("customer_source")
private String customerSource;
@TableField(exist = false)
private String scenario;
}