|
|
|
package xyz.wbsite.module.admin.rsp;
|
|
|
|
|
|
|
|
import xyz.wbsite.frame.base.BaseFindResponse;
|
|
|
|
import xyz.wbsite.module.admin.ent.Locations;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* LocationsFindResponse - 路径配置
|
|
|
|
*
|
|
|
|
* @author wangbing
|
|
|
|
* @version 0.0.1
|
|
|
|
* @since 2021-02-08
|
|
|
|
*/
|
|
|
|
public class LocationsFindResponse extends BaseFindResponse<Locations> {
|
|
|
|
}
|