chenlu
2025-12-10 d5055b7870d0406f9b00d429cb47d2bfb79b902c
north-glass-erp/src/main/java/com/example/erp/mapper/sd/BasicOtherMoneyMapper.java
@@ -4,6 +4,8 @@
import com.example.erp.entity.sd.BasicOtherMoney;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface BasicOtherMoneyMapper extends BaseMapper<BasicOtherMoney> {
}