#
luxiaotao1123
2021-06-19 65844ce578c4b09d95f50cd7a259d3db0c3c8d9c
src/main/java/com/zy/asrs/service/LocAreaService.java
@@ -6,5 +6,5 @@
import java.util.List;
public interface LocAreaService extends IService<LocArea> {
    List<LocArea> queryAllLocArea ();
    List<LocArea> queryAllLocArea (String areaType);
}