feat: 客户支持type字段,按种类过滤
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-29 05:44:36 +00:00
parent 69365e076e
commit 02383f1f3a
4 changed files with 12 additions and 4 deletions

View File

@@ -51,6 +51,11 @@ public class Customer {
*/
private String remark;
/**
* 客户种类: customer=顾客, carpenter=木匠, company=装修公司
*/
private String type;
/**
* 累计消费金额
*/