package com.system.user.entity; import java.io.Serializable; public class PrimaryKeyUser implements Serializable { protected Long userId; protected Long roleId; }