DtxtBwService.java 241 B

123456789101112131415161718
  1. package com.jtgh.cjhs.service;
  2. import com.jtgh.cjhs.entity.DtxtBwEntity;
  3. /**
  4. * 危险品申报信息
  5. * @author 刘福亮
  6. *
  7. */
  8. public interface DtxtBwService {
  9. public DtxtBwEntity findByBwdm(String bwdm);
  10. }