zjh
2025-04-22 d8f9c8b8cc744ddaefe7144beafc68c8fb8906c3
1
2
3
4
5
6
7
8
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.sqlDomain.LtkjHisUser;
 
public interface LtkjHisUserService extends IService<LtkjHisUser> {
    LtkjHisUser getHisUserByHisGh(String hisgh);
}