update 添加集团名称字段

This commit is contained in:
2024-03-11 11:08:48 +08:00
parent 3983438371
commit 9e8a14d2dd
6 changed files with 37 additions and 69 deletions

View File

@@ -23,4 +23,6 @@ public class MemberGroupDTO extends BaseEntity {
private String stationId;
private String memberId;
private String vinCode;
}