admin
2024-04-26 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c
fanli/src/main/java/com/yeshi/fanli/service/inter/user/DeviceLotteryRecordService.java
@@ -1,21 +1,21 @@
package com.yeshi.fanli.service.inter.user;
import java.util.List;
import com.yeshi.fanli.entity.bus.user.DeviceLotteryRecord;
public interface DeviceLotteryRecordService {
   public int insertSelective(DeviceLotteryRecord record);
   public DeviceLotteryRecord selectByPrimaryKey(Long id);
   public int updateByPrimaryKeySelective(DeviceLotteryRecord record);
   public int updateByPrimaryKey(DeviceLotteryRecord record);
   public List<DeviceLotteryRecord> listByPlatformAndDevice(int platform, String device);
   public int deleteByPrimaryKey(Long id);
}
package com.yeshi.fanli.service.inter.user;
import java.util.List;
import com.yeshi.fanli.entity.bus.user.DeviceLotteryRecord;
public interface DeviceLotteryRecordService {
   public int insertSelective(DeviceLotteryRecord record);
   public DeviceLotteryRecord selectByPrimaryKey(Long id);
   public int updateByPrimaryKeySelective(DeviceLotteryRecord record);
   public int updateByPrimaryKey(DeviceLotteryRecord record);
   public List<DeviceLotteryRecord> listByPlatformAndDevice(int platform, String device);
   public int deleteByPrimaryKey(Long id);
}