模板修改

This commit is contained in:
谢洪龙
2017-07-25 18:09:50 +08:00
parent 234e360f3e
commit 65a221f013
278 changed files with 13016 additions and 53569 deletions
@@ -0,0 +1,17 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ifish.helper;
import javax.servlet.http.HttpServletRequest;
/**
*
* @author Administrator
*/
public interface SecurityService {
public void autologinrequest(String username, String password, HttpServletRequest request);
}