hz-zhhq-app-service/greenH5modul/.svn/pristine/8f/8f0a5f95cae2235060c0a081b25...

26 lines
346 B
Plaintext
Raw Normal View History

2025-01-21 13:12:35 +08:00
package com.nationalelectric.greenH5;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
/**
* <b>概述</b><br>
* TODO
* <p>
* <b>功能</b><br>
* TODO
*
* @author dell
*/
@Controller
@RequestMapping("/tIscUserLogin")
public class TIscUserLoginController {
}