You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
380 B
Java
14 lines
380 B
Java
10 months ago
|
package com.glxp.api.service.collect;
|
||
|
|
||
|
|
||
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||
|
import com.glxp.api.dao.collect.IoCollectOrderBackupMapper;
|
||
|
import com.glxp.api.entity.collect.*;
|
||
|
import org.springframework.stereotype.Service;
|
||
|
|
||
|
@Service
|
||
|
public class IoCollectOrderBackupService extends ServiceImpl<IoCollectOrderBackupMapper, IoCollectOrderBackup> {
|
||
|
|
||
|
|
||
|
}
|