1
luxiaotao1123
2021-09-23 2af28741881801a5dd1f765af14dad0c5528dabd
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);
}