Lius
2024-09-26 7ca0b4b585a109b427b510548c78f3e1dcf5ba37
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);
}