package com.bcxin.infrastructure.offices;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan("com.bcxin.infrastructure.offices")
public class OfficeInitConfig {

}
