lyh
2025-07-08 a6efc98ddf0afc935ad88d91f8817f5fc2593169
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/base/service/ISupplierService.java
@@ -12,4 +12,6 @@
 */
public interface ISupplierService extends IService<Supplier> {
    public Supplier getByName(String  name);
}