dev #465

Merged
ysCha merged 186 commits from dev into prd-deploy 2026-04-08 10:22:57 +09:00
Showing only changes of commit 901ba11c59 - Show all commits

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;
}