yuan
4 天以前 3436929ce8f22fe0bb68a19a7d37412b34fca061
1
2
3
4
5
6
7
8
9
package com.ruoyi.account.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.account.pojo.EnterpriseFixedAssets;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface EnterpriseFixedAssetsMapper extends BaseMapper<EnterpriseFixedAssets> {
}