From bc11864c5e48a159ddaf0b6f0fee3879bd73c2ca Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期日, 09 二月 2020 20:00:35 +0800 Subject: [PATCH] 加入重置密码功能 --- WebService/src/main/java/com/java110/web/components/staff/ChangeStaffPwdComponent.java | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/WebService/src/main/java/com/java110/web/components/staff/ChangeStaffPwdComponent.java b/WebService/src/main/java/com/java110/web/components/staff/ChangeStaffPwdComponent.java index b92b114..851b5d8 100644 --- a/WebService/src/main/java/com/java110/web/components/staff/ChangeStaffPwdComponent.java +++ b/WebService/src/main/java/com/java110/web/components/staff/ChangeStaffPwdComponent.java @@ -2,10 +2,8 @@ import com.java110.core.context.IPageData; -import com.java110.web.smo.IChangeStaffPwdServiceSMO; -import com.java110.web.smo.IStaffServiceSMO; +import com.java110.web.smo.staff.IChangeStaffPwdServiceSMO; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Component; -- Gitblit v1.8.0