yangbin
2025-07-17 0c36e85b7267f96c4fe57bc567f44c8c02bfdbac
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/base/service/IUnitService.java
@@ -8,5 +8,10 @@
public interface IUnitService extends IService<Unit> {
    List<Unit> getListByUnitCategoryId(String unitCategoryId);
    List<Unit> getTreeList();
    /**
     * 根据单位名称查询
     * @param name 名称
     * @return Unit
     */
    public Unit getUnitByName(String name);
}