博客代码样式

代码样式

 
package com.konglx.service;

import com.konglx.bean.User;

public interface UserService {
    
     public User getUserById(int userId);
    
}
 

 

posted @ 2019-11-10 12:19  程序员小明1024  阅读(345)  评论(0编辑  收藏  举报