custNm 추가

This commit is contained in:
ysCha 2025-12-16 10:56:23 +09:00
parent 892e2acb45
commit 3ba39dcfc3

View File

@ -25,6 +25,7 @@ public class UserResponse {
private String storeLvl; // Store Level
private String groupId; // groupId
private String custCd; // custCd
private String custNm;
//시공사 번호
private String builderNo;
}