后台服务
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lignes
213 B

  1. package com.iformall.service;
  2. import com.iformall.domain.po.WxCUserBasicInfo;
  3. public interface WxCLiveUserBasicInfoService {
  4. WxCUserBasicInfo getById(Long id);
  5. void updateCode(Long id, String code);
  6. }