package demo.kafka;

public class PatrolNotifyVo {
  private String storeId;
  private String status;
}
