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.

16 lines
414 B

package com.ruoyi.tc.zztbService;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.tc.entity.po.AssetSupplyChainJyPo;
import com.ruoyi.tc.entity.zztb.AssetSupplyChainZztbPo;
/**
* 资产供应链信息(asset_supply_chain)表服务接口
* @author makejava
* @since 2024-11-15 16:07:30
*/
public interface AssetSupplyChainZztbService extends IService<AssetSupplyChainZztbPo> {
}