Compare commits

..

2 Commits

Author SHA1 Message Date
901ba11c59 Merge pull request 'custNm 추가' (#266) from dev into dev-deploy
Reviewed-on: #266
2025-12-16 10:58:08 +09:00
3ba39dcfc3 custNm 추가 2025-12-16 10:56:23 +09:00

View File

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