Browse Source
# Conflicts: # epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/controller/IcCommunitySelfOrganizationController.java # epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/IcCommunitySelfOrganizationService.java # epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/IcCommunitySelfOrganizationServiceImpl.javadev_shibei_match
46 changed files with 258 additions and 221 deletions
@ -0,0 +1,22 @@ |
|||
package com.epmet.dto.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import javax.validation.constraints.NotBlank; |
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2021/11/19 4:19 下午 |
|||
* @DESC |
|||
*/ |
|||
@Data |
|||
public class DelCommunitySelfOrganizationFormDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 789228513283561471L; |
|||
|
|||
public interface DelCommunitySelfOrganizationForm{} |
|||
|
|||
@NotBlank(message = "orgId不能为空",groups = DelCommunitySelfOrganizationForm.class) |
|||
private String orgId; |
|||
} |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.PlacePatrolRecordDao"> |
|||
<mapper namespace="com.epmet.dao.IcPlacePatrolRecordDao"> |
|||
|
|||
|
|||
|
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.PlacePatrolReviewRecordDao"> |
|||
<mapper namespace="com.epmet.dao.IcPlacePatrolReviewRecordDao"> |
|||
|
|||
|
|||
|
Loading…
Reference in new issue