OBJECT

FsEntityActionDto

활동내역 정보

link GraphQL Schema definition

  • type FsEntityActionDto {
  • # 활동내역 아이디
  • id: String
  • # 인덱스 시간
  • indexDate: Long
  • # 생성자 아이디
  • createdUserId: String
  • # 생성자 이름
  • createdUserName: String
  • # 타입
  • type: Int
  • sourceType: Int
  • sourceKey: String
  • sourceValue: String
  • targetType: Int
  • targetKey: String
  • targetValue: String
  • }

link Require by