feat(property): 新增入驻员工登录功能
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package org.dromara.common.core.exception.residentPerson;
|
||||
|
||||
import org.dromara.common.core.exception.base.BaseException;
|
||||
|
||||
import java.io.Serial;
|
||||
|
||||
/**
|
||||
* @author lsm
|
||||
* @apiNote ResidentPersonException
|
||||
* @since 2025/9/5
|
||||
*/
|
||||
public class ResidentPersonException extends BaseException {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public ResidentPersonException(String message) {
|
||||
super("residentPerson", null, null, message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user