| | |
| | | package com.consum.base.service; |
| | | |
| | | import com.walker.jdbc.service.BaseServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | import com.walker.jdbc.service.BaseService; |
| | | |
| | | /** |
| | | * @ClassName LWhFormScrappedGoodsService |
| | | * @Author cy |
| | | * @Date 2023/10/30 |
| | | * @Description |
| | | * @Version 1.0 |
| | | * LWhFormScrappedGoodsService |
| | | * |
| | | * @author asus |
| | | * @version 2023/12/05 16:24 |
| | | **/ |
| | | @Service |
| | | public class LWhFormScrappedGoodsService extends BaseServiceImpl { |
| | | public interface LWhFormScrappedGoodsService extends BaseService { |
| | | |
| | | } |