健腾mes后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
334 B

  1. package com.jianteng.modules.pms.service;
  2. import com.baomidou.mybatisplus.extension.service.IService;
  3. import com.jianteng.modules.pms.entity.SupplierEntity;
  4. /**
  5. * @Classname SupplierService
  6. * @Description TODO
  7. * @Date 2023/2/27 17:22
  8. * @Created by sxm
  9. */
  10. public interface SupplierService2 extends IService<SupplierEntity> {
  11. }