Lius
2024-01-15 4a1ef7f62d8fc364bef0e0caa02b1792bd052513
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);
}