HISTORYTYPE > HISTORYDETAILTYPE 변경

로그 유저 아닐시 시스템으로 남기게 변경
히스토리 남기는 방식 추가 적용
HistoryRequest 생성
히스토리 API 작업
히스토리 mongodb 조회
This commit is contained in:
2025-05-22 14:54:43 +09:00
parent ed072b94c0
commit 3ca0ea4bb5
102 changed files with 1384 additions and 1266 deletions

View File

@@ -49,7 +49,7 @@ public class ItemsResponse {
@Data
@Builder
public static class Item{
private Integer id;
private String id;
@JsonProperty("user_guid")
private String userGuid;
@JsonProperty("item_guid")