동물원예제 hidden,모델등록이력 API 커밋

This commit is contained in:
2025-11-25 11:51:36 +09:00
parent 68090382f2
commit fa3b67ab94
11 changed files with 116 additions and 23 deletions

View File

@@ -135,6 +135,7 @@ public class ModelMngDto {
private String modelVer;
private String strCreatedDttm;
private String usedState;
private String deployState;
private String strDeployDttm;
}
}