주석 추가, 패스워드변경 권한 수정

This commit is contained in:
2026-02-27 13:41:17 +09:00
parent ae4c1c61e8
commit dc42baf91a
13 changed files with 191 additions and 329 deletions

View File

@@ -41,6 +41,16 @@ public class ModelMngService {
@Value("${file.pt-FileName}")
private String ptFileName;
/**
* 모델조회
*
* @param searchReq 페이징
* @param startDate 시작날짜
* @param endDate 종료날짜
* @param modelType 모델 타입 G1, G2, G3
* @param searchVal 모델 ver
* @return 모델 목록
*/
public Page<ModelMngDto.ModelList> findModelMgmtList(
ModelMngDto.searchReq searchReq,
LocalDate startDate,