package com.qxueyou.scc.base.service; import java.util.Date; public interface ILicenseService { boolean isValid(); String getCustomerName(); String getProductName(); Date getExpiredDate(); }