修改SysDoctor中的字段
parent
d4fe4d2ee3
commit
18cffed18b
|
@ -21,5 +21,5 @@
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK" />
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK" />
|
||||||
</project>
|
</project>
|
|
@ -1,14 +1,11 @@
|
||||||
package com.four.system.api.domain;
|
package com.four.system.api.domain;
|
||||||
|
|
||||||
import com.four.system.api.model.LoginUser;
|
|
||||||
import org.apache.poi.hpsf.Decimal;
|
import org.apache.poi.hpsf.Decimal;
|
||||||
|
|
||||||
import java.util.Date;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 医生信息表
|
* 医生信息表
|
||||||
* */
|
* */
|
||||||
public class registrationInformation {
|
public class RegistrationInformation {
|
||||||
/**
|
/**
|
||||||
* 医生注册信息id
|
* 医生注册信息id
|
||||||
*/
|
*/
|
||||||
|
@ -144,41 +141,46 @@ public class registrationInformation {
|
||||||
*/
|
*/
|
||||||
private Integer differentialState;
|
private Integer differentialState;
|
||||||
|
|
||||||
|
public RegistrationInformation() {
|
||||||
|
}
|
||||||
|
|
||||||
public registrationInformation(Long registrationInformationId, Long userId, String affiliatedHospital, Long medicalDepartmentId, Long professionalTitleDoctorId, String personalResume, String areaExpertise, Integer numberPatientsServed, Decimal consultingPrice, Integer praise, Integer registrationInformationExamineStatus, Long deptId, String userName, String nickName, String userType, String email, String phonenumber, String sex, String avatar, String password, String status, String delFlag, String loginIp, String createBy, String remark, String updateBy, String userSign, Integer bindWechatStatus, Integer realNameAuthenticationStatus, Integer bindBankCardStatus, Decimal userMoney, String invitationCode, Integer differentialState) {
|
@Override
|
||||||
this.registrationInformationId = registrationInformationId;
|
public String toString() {
|
||||||
this.userId = userId;
|
return "RegistrationInformation{" +
|
||||||
this.affiliatedHospital = affiliatedHospital;
|
"registrationInformationId=" + registrationInformationId +
|
||||||
this.medicalDepartmentId = medicalDepartmentId;
|
", userId=" + userId +
|
||||||
this.professionalTitleDoctorId = professionalTitleDoctorId;
|
", affiliatedHospital='" + affiliatedHospital + '\'' +
|
||||||
this.personalResume = personalResume;
|
", medicalDepartmentId=" + medicalDepartmentId +
|
||||||
this.areaExpertise = areaExpertise;
|
", professionalTitleDoctorId=" + professionalTitleDoctorId +
|
||||||
this.numberPatientsServed = numberPatientsServed;
|
", personalResume='" + personalResume + '\'' +
|
||||||
this.consultingPrice = consultingPrice;
|
", areaExpertise='" + areaExpertise + '\'' +
|
||||||
this.praise = praise;
|
", numberPatientsServed=" + numberPatientsServed +
|
||||||
this.registrationInformationExamineStatus = registrationInformationExamineStatus;
|
", consultingPrice=" + consultingPrice +
|
||||||
this.deptId = deptId;
|
", praise=" + praise +
|
||||||
this.userName = userName;
|
", registrationInformationExamineStatus=" + registrationInformationExamineStatus +
|
||||||
this.nickName = nickName;
|
", deptId=" + deptId +
|
||||||
this.userType = userType;
|
", userName='" + userName + '\'' +
|
||||||
this.email = email;
|
", nickName='" + nickName + '\'' +
|
||||||
this.phonenumber = phonenumber;
|
", userType='" + userType + '\'' +
|
||||||
this.sex = sex;
|
", email='" + email + '\'' +
|
||||||
this.avatar = avatar;
|
", phonenumber='" + phonenumber + '\'' +
|
||||||
this.password = password;
|
", sex='" + sex + '\'' +
|
||||||
this.status = status;
|
", avatar='" + avatar + '\'' +
|
||||||
this.delFlag = delFlag;
|
", password='" + password + '\'' +
|
||||||
this.loginIp = loginIp;
|
", status='" + status + '\'' +
|
||||||
this.createBy = createBy;
|
", delFlag='" + delFlag + '\'' +
|
||||||
this.remark = remark;
|
", loginIp='" + loginIp + '\'' +
|
||||||
this.updateBy = updateBy;
|
", createBy='" + createBy + '\'' +
|
||||||
this.userSign = userSign;
|
", remark='" + remark + '\'' +
|
||||||
this.bindWechatStatus = bindWechatStatus;
|
", updateBy='" + updateBy + '\'' +
|
||||||
this.realNameAuthenticationStatus = realNameAuthenticationStatus;
|
", userSign='" + userSign + '\'' +
|
||||||
this.bindBankCardStatus = bindBankCardStatus;
|
", bindWechatStatus=" + bindWechatStatus +
|
||||||
this.userMoney = userMoney;
|
", realNameAuthenticationStatus=" + realNameAuthenticationStatus +
|
||||||
this.invitationCode = invitationCode;
|
", bindBankCardStatus=" + bindBankCardStatus +
|
||||||
this.differentialState = differentialState;
|
", userMoney=" + userMoney +
|
||||||
|
", invitationCode='" + invitationCode + '\'' +
|
||||||
|
", differentialState=" + differentialState +
|
||||||
|
'}';
|
||||||
}
|
}
|
||||||
|
|
||||||
public Long getRegistrationInformationId() {
|
public Long getRegistrationInformationId() {
|
||||||
|
@ -445,45 +447,39 @@ public class registrationInformation {
|
||||||
this.differentialState = differentialState;
|
this.differentialState = differentialState;
|
||||||
}
|
}
|
||||||
|
|
||||||
public registrationInformation() {
|
public RegistrationInformation(Long registrationInformationId, Long userId, String affiliatedHospital, Long medicalDepartmentId, Long professionalTitleDoctorId, String personalResume, String areaExpertise, Integer numberPatientsServed, Decimal consultingPrice, Integer praise, Integer registrationInformationExamineStatus, Long deptId, String userName, String nickName, String userType, String email, String phonenumber, String sex, String avatar, String password, String status, String delFlag, String loginIp, String createBy, String remark, String updateBy, String userSign, Integer bindWechatStatus, Integer realNameAuthenticationStatus, Integer bindBankCardStatus, Decimal userMoney, String invitationCode, Integer differentialState) {
|
||||||
}
|
this.registrationInformationId = registrationInformationId;
|
||||||
|
this.userId = userId;
|
||||||
@Override
|
this.affiliatedHospital = affiliatedHospital;
|
||||||
public String toString() {
|
this.medicalDepartmentId = medicalDepartmentId;
|
||||||
return "registrationInformation{" +
|
this.professionalTitleDoctorId = professionalTitleDoctorId;
|
||||||
"registrationInformationId=" + registrationInformationId +
|
this.personalResume = personalResume;
|
||||||
", userId=" + userId +
|
this.areaExpertise = areaExpertise;
|
||||||
", affiliatedHospital='" + affiliatedHospital + '\'' +
|
this.numberPatientsServed = numberPatientsServed;
|
||||||
", medicalDepartmentId=" + medicalDepartmentId +
|
this.consultingPrice = consultingPrice;
|
||||||
", professionalTitleDoctorId=" + professionalTitleDoctorId +
|
this.praise = praise;
|
||||||
", personalResume='" + personalResume + '\'' +
|
this.registrationInformationExamineStatus = registrationInformationExamineStatus;
|
||||||
", areaExpertise='" + areaExpertise + '\'' +
|
this.deptId = deptId;
|
||||||
", numberPatientsServed=" + numberPatientsServed +
|
this.userName = userName;
|
||||||
", consultingPrice=" + consultingPrice +
|
this.nickName = nickName;
|
||||||
", praise=" + praise +
|
this.userType = userType;
|
||||||
", registrationInformationExamineStatus=" + registrationInformationExamineStatus +
|
this.email = email;
|
||||||
", deptId=" + deptId +
|
this.phonenumber = phonenumber;
|
||||||
", userName='" + userName + '\'' +
|
this.sex = sex;
|
||||||
", nickName='" + nickName + '\'' +
|
this.avatar = avatar;
|
||||||
", userType='" + userType + '\'' +
|
this.password = password;
|
||||||
", email='" + email + '\'' +
|
this.status = status;
|
||||||
", phonenumber='" + phonenumber + '\'' +
|
this.delFlag = delFlag;
|
||||||
", sex='" + sex + '\'' +
|
this.loginIp = loginIp;
|
||||||
", avatar='" + avatar + '\'' +
|
this.createBy = createBy;
|
||||||
", password='" + password + '\'' +
|
this.remark = remark;
|
||||||
", status='" + status + '\'' +
|
this.updateBy = updateBy;
|
||||||
", delFlag='" + delFlag + '\'' +
|
this.userSign = userSign;
|
||||||
", loginIp='" + loginIp + '\'' +
|
this.bindWechatStatus = bindWechatStatus;
|
||||||
", createBy='" + createBy + '\'' +
|
this.realNameAuthenticationStatus = realNameAuthenticationStatus;
|
||||||
", remark='" + remark + '\'' +
|
this.bindBankCardStatus = bindBankCardStatus;
|
||||||
", updateBy='" + updateBy + '\'' +
|
this.userMoney = userMoney;
|
||||||
", userSign='" + userSign + '\'' +
|
this.invitationCode = invitationCode;
|
||||||
", bindWechatStatus=" + bindWechatStatus +
|
this.differentialState = differentialState;
|
||||||
", realNameAuthenticationStatus=" + realNameAuthenticationStatus +
|
|
||||||
", bindBankCardStatus=" + bindBankCardStatus +
|
|
||||||
", userMoney=" + userMoney +
|
|
||||||
", invitationCode='" + invitationCode + '\'' +
|
|
||||||
", differentialState=" + differentialState +
|
|
||||||
'}';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1,247 @@
|
||||||
|
package com.four.system.api.domain;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询价格倒序的医生信息
|
||||||
|
*/
|
||||||
|
public class SysDoctor {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 医生注册信息id
|
||||||
|
*/
|
||||||
|
private Long registrationInformationId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户id
|
||||||
|
*/
|
||||||
|
private Long userId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 真实姓名
|
||||||
|
*/
|
||||||
|
private String realName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 所属医院
|
||||||
|
*/
|
||||||
|
private String affiliatedHospital;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 医生科室id
|
||||||
|
*/
|
||||||
|
private Long medicalDepartmentId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 医生职称id
|
||||||
|
*/
|
||||||
|
private Long professionalTitleDoctorId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 个人简历
|
||||||
|
*/
|
||||||
|
private String personalResume;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 擅长领域
|
||||||
|
*/
|
||||||
|
private String areaExpertise;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 注册时间
|
||||||
|
*/
|
||||||
|
private Date registrationTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 服务患者次数
|
||||||
|
*/
|
||||||
|
private Integer numberPatientsServed;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 咨询价格
|
||||||
|
*/
|
||||||
|
private BigDecimal consultingPrice;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 好评人数
|
||||||
|
*/
|
||||||
|
private Integer praise;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 审核状态:1:待审核2:审核通过3:已驳回
|
||||||
|
*/
|
||||||
|
private Integer registrationInformationExamineStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 医生的状态:1:在线2:离线
|
||||||
|
*/
|
||||||
|
private Integer registrationInformationMedicStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 医生职称名称
|
||||||
|
*/
|
||||||
|
private String professionalTitleDoctorName;
|
||||||
|
|
||||||
|
public SysDoctor(Long registrationInformationId, Long userId, String realName, String affiliatedHospital, Long medicalDepartmentId, Long professionalTitleDoctorId, String personalResume, String areaExpertise, Date registrationTime, Integer numberPatientsServed, BigDecimal consultingPrice, Integer praise, Integer registrationInformationExamineStatus, Integer registrationInformationMedicStatus, String professionalTitleDoctorName) {
|
||||||
|
this.registrationInformationId = registrationInformationId;
|
||||||
|
this.userId = userId;
|
||||||
|
this.realName = realName;
|
||||||
|
this.affiliatedHospital = affiliatedHospital;
|
||||||
|
this.medicalDepartmentId = medicalDepartmentId;
|
||||||
|
this.professionalTitleDoctorId = professionalTitleDoctorId;
|
||||||
|
this.personalResume = personalResume;
|
||||||
|
this.areaExpertise = areaExpertise;
|
||||||
|
this.registrationTime = registrationTime;
|
||||||
|
this.numberPatientsServed = numberPatientsServed;
|
||||||
|
this.consultingPrice = consultingPrice;
|
||||||
|
this.praise = praise;
|
||||||
|
this.registrationInformationExamineStatus = registrationInformationExamineStatus;
|
||||||
|
this.registrationInformationMedicStatus = registrationInformationMedicStatus;
|
||||||
|
this.professionalTitleDoctorName = professionalTitleDoctorName;
|
||||||
|
}
|
||||||
|
|
||||||
|
public SysDoctor() {
|
||||||
|
}
|
||||||
|
|
||||||
|
public Long getRegistrationInformationId() {
|
||||||
|
return registrationInformationId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegistrationInformationId(Long registrationInformationId) {
|
||||||
|
this.registrationInformationId = registrationInformationId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Long getUserId() {
|
||||||
|
return userId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUserId(Long userId) {
|
||||||
|
this.userId = userId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRealName() {
|
||||||
|
return realName;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRealName(String realName) {
|
||||||
|
this.realName = realName;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getAffiliatedHospital() {
|
||||||
|
return affiliatedHospital;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setAffiliatedHospital(String affiliatedHospital) {
|
||||||
|
this.affiliatedHospital = affiliatedHospital;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Long getMedicalDepartmentId() {
|
||||||
|
return medicalDepartmentId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setMedicalDepartmentId(Long medicalDepartmentId) {
|
||||||
|
this.medicalDepartmentId = medicalDepartmentId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Long getProfessionalTitleDoctorId() {
|
||||||
|
return professionalTitleDoctorId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setProfessionalTitleDoctorId(Long professionalTitleDoctorId) {
|
||||||
|
this.professionalTitleDoctorId = professionalTitleDoctorId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getPersonalResume() {
|
||||||
|
return personalResume;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPersonalResume(String personalResume) {
|
||||||
|
this.personalResume = personalResume;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getAreaExpertise() {
|
||||||
|
return areaExpertise;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setAreaExpertise(String areaExpertise) {
|
||||||
|
this.areaExpertise = areaExpertise;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Date getRegistrationTime() {
|
||||||
|
return registrationTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegistrationTime(Date registrationTime) {
|
||||||
|
this.registrationTime = registrationTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Integer getNumberPatientsServed() {
|
||||||
|
return numberPatientsServed;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNumberPatientsServed(Integer numberPatientsServed) {
|
||||||
|
this.numberPatientsServed = numberPatientsServed;
|
||||||
|
}
|
||||||
|
|
||||||
|
public BigDecimal getConsultingPrice() {
|
||||||
|
return consultingPrice;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setConsultingPrice(BigDecimal consultingPrice) {
|
||||||
|
this.consultingPrice = consultingPrice;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Integer getPraise() {
|
||||||
|
return praise;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPraise(Integer praise) {
|
||||||
|
this.praise = praise;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Integer getRegistrationInformationExamineStatus() {
|
||||||
|
return registrationInformationExamineStatus;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegistrationInformationExamineStatus(Integer registrationInformationExamineStatus) {
|
||||||
|
this.registrationInformationExamineStatus = registrationInformationExamineStatus;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Integer getRegistrationInformationMedicStatus() {
|
||||||
|
return registrationInformationMedicStatus;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegistrationInformationMedicStatus(Integer registrationInformationMedicStatus) {
|
||||||
|
this.registrationInformationMedicStatus = registrationInformationMedicStatus;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getProfessionalTitleDoctorName() {
|
||||||
|
return professionalTitleDoctorName;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setProfessionalTitleDoctorName(String professionalTitleDoctorName) {
|
||||||
|
this.professionalTitleDoctorName = professionalTitleDoctorName;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "SysDoctor{" +
|
||||||
|
"registrationInformationId=" + registrationInformationId +
|
||||||
|
", userId=" + userId +
|
||||||
|
", realName='" + realName + '\'' +
|
||||||
|
", affiliatedHospital='" + affiliatedHospital + '\'' +
|
||||||
|
", medicalDepartmentId=" + medicalDepartmentId +
|
||||||
|
", professionalTitleDoctorId=" + professionalTitleDoctorId +
|
||||||
|
", personalResume='" + personalResume + '\'' +
|
||||||
|
", areaExpertise='" + areaExpertise + '\'' +
|
||||||
|
", registrationTime=" + registrationTime +
|
||||||
|
", numberPatientsServed=" + numberPatientsServed +
|
||||||
|
", consultingPrice=" + consultingPrice +
|
||||||
|
", praise=" + praise +
|
||||||
|
", registrationInformationExamineStatus=" + registrationInformationExamineStatus +
|
||||||
|
", registrationInformationMedicStatus=" + registrationInformationMedicStatus +
|
||||||
|
", professionalTitleDoctorName='" + professionalTitleDoctorName + '\'' +
|
||||||
|
'}';
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
#Generated by Maven
|
#Generated by Maven
|
||||||
#Fri Nov 03 08:26:54 CST 2023
|
#Sun Nov 05 19:12:50 CST 2023
|
||||||
groupId=com.four
|
groupId=com.four
|
||||||
artifactId=four-api-system
|
artifactId=four-api-system
|
||||||
version=3.6.3
|
version=3.6.3
|
||||||
|
|
|
@ -3,8 +3,9 @@ com\four\system\api\factory\RemoteLogFallbackFactory$1.class
|
||||||
com\four\system\api\domain\SysDictData.class
|
com\four\system\api\domain\SysDictData.class
|
||||||
com\four\system\api\domain\SysFile.class
|
com\four\system\api\domain\SysFile.class
|
||||||
com\four\system\api\factory\RemoteFileFallbackFactory$1.class
|
com\four\system\api\factory\RemoteFileFallbackFactory$1.class
|
||||||
com\four\system\api\domain\registrationInformation.class
|
com\four\system\api\domain\SysDoctor.class
|
||||||
com\four\system\api\factory\RemoteFileFallbackFactory.class
|
com\four\system\api\factory\RemoteFileFallbackFactory.class
|
||||||
|
com\four\system\api\domain\RegistrationInformation.class
|
||||||
com\four\system\api\RemoteLogService.class
|
com\four\system\api\RemoteLogService.class
|
||||||
com\four\system\api\domain\SysDictType.class
|
com\four\system\api\domain\SysDictType.class
|
||||||
com\four\system\api\factory\RemoteUserFallbackFactory.class
|
com\four\system\api\factory\RemoteUserFallbackFactory.class
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysDictData.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\RegistrationInformation.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\factory\RemoteFileFallbackFactory.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\factory\RemoteFileFallbackFactory.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysRole.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysDictData.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\model\LoginUser.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysFile.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\factory\RemoteUserFallbackFactory.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysUser.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\factory\RemoteLogFallbackFactory.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysDoctor.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\RemoteFileService.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysLogininfor.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\registrationInformation.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\model\LoginUser.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysOperLog.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysRole.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\RemoteUserService.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\RemoteLogService.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysLogininfor.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\RemoteFileService.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysDictType.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysOperLog.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysDept.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\RemoteUserService.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysUser.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysDept.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\RemoteLogService.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysDictType.java
|
||||||
D:\hospital\api-system\four-api-system\src\main\java\com\four\system\api\domain\SysFile.java
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\factory\RemoteUserFallbackFactory.java
|
||||||
|
D:\Project\api-system\four-api-system\src\main\java\com\four\system\api\factory\RemoteLogFallbackFactory.java
|
||||||
|
|
Loading…
Reference in New Issue