HISTORYTYPE > HISTORYDETAILTYPE 변경
로그 유저 아닐시 시스템으로 남기게 변경 히스토리 남기는 방식 추가 적용 HistoryRequest 생성 히스토리 API 작업 히스토리 mongodb 조회
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user