@ -14,6 +14,10 @@ import java.io.Serializable;
public class ResidentConfigResultDTO implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 类型
*/
private String residentType;
* 值
@ -43,6 +43,7 @@
<select id="selectListResidentConfigByResidentType" resultType="com.elink.esua.epdc.dto.result.ResidentConfigResultDTO">
SELECT
RESIDENT_TYPE,
RESIDENT_CODE,
RESIDENT_VALUE
FROM