admin
2024-04-26 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c
fanli/src/main/java/com/yeshi/fanli/service/inter/tlj/UserTaoLiJinReportService.java
@@ -1,21 +1,21 @@
package com.yeshi.fanli.service.inter.tlj;
import com.yeshi.fanli.entity.bus.tlj.UserTaoLiJinReport;
public interface UserTaoLiJinReportService {
   /**
    * 保存或更新报告信息
    * @param record
    */
   public void insertDefault(String rightsId);
   /**
    * 更新报告
    * @param record
    */
   public void updateByPrimaryKeySelective(UserTaoLiJinReport record);
   public UserTaoLiJinReport selectByPrimaryKey(String id);
}
package com.yeshi.fanli.service.inter.tlj;
import com.yeshi.fanli.entity.bus.tlj.UserTaoLiJinReport;
public interface UserTaoLiJinReportService {
   /**
    * 保存或更新报告信息
    * @param record
    */
   public void insertDefault(String rightsId);
   /**
    * 更新报告
    * @param record
    */
   public void updateByPrimaryKeySelective(UserTaoLiJinReport record);
   public UserTaoLiJinReport selectByPrimaryKey(String id);
}