import com.alibaba.fastjson.JSONObject; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface UserMapper { Integer ...
確定! 回上一頁