linwei
2024-01-08 ad2ec97fe0c60eee4bb7c8cdacff7c876f280ea7
src/main/java/org/springblade/modules/task/vo/ECallEventVO.java
@@ -32,4 +32,14 @@
public class ECallEventVO extends ECallEventEntity {
   private static final long serialVersionUID = 1L;
   /**
    * 区域编号
    */
   private String regionCode;
   /**
    * 社区名称
    */
   private String communityName;
}