blob: 6728cef7af1f97025147eb81ba29c479113a4f7d [file] [log] [blame]
package org.template.recommendation;
public enum UserItemEventType {
VIEW, BUY
}