PtlTaxSourceNewHistoryService.java 269 B

12345678
  1. package com.ydtech.modules.protocol.service;
  2. import com.baomidou.mybatisplus.extension.service.IService;
  3. import com.ydtech.modules.protocol.entity.po.PtlTaxSourceNewHistory;
  4. public interface PtlTaxSourceNewHistoryService extends IService<PtlTaxSourceNewHistory> {
  5. }