#
cpT
9 天以前 fef6ca0bc63e530c7dedbc72cb99c7f8844b5ed3
1
2
3
4
5
6
7
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasOutArea;
 
public interface BasOutAreaService extends IService<BasOutArea> {
}