zjh
2024-06-14 d71460e89b4e556aa9f396100004fcdabe98a0ff
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);
}