package com.system.role.entity; import java.io.Serializable; public class PrimaryKey implements Serializable { protected Long permitId; protected Long roleId; }