com.eshore.uas.auth.IShare Maven / Gradle / Ivy
package com.eshore.uas.auth;
/**
* 模块间数据分享
* @author eshore
*
*/
public interface IShare {
String getSecret();
String getSecondSecret();
}
package com.eshore.uas.auth;
/**
* 模块间数据分享
* @author eshore
*
*/
public interface IShare {
String getSecret();
String getSecondSecret();
}