6 changed files with 84 additions and 2 deletions
@ -0,0 +1,16 @@ |
|||||
|
package com.kms.yg.res.service; |
||||
|
|
||||
|
import com.shuili.common.core.service.BaseService; |
||||
|
import com.kms.yg.res.mapper.AttResBaseMapper; |
||||
|
import com.kms.yg.res.domain.AttResBase; |
||||
|
import org.springframework.stereotype.Service; |
||||
|
/** |
||||
|
* 水库基本信息Service接口 |
||||
|
* |
||||
|
* @author kms |
||||
|
* @date 2025-03-12 |
||||
|
*/ |
||||
|
@Service |
||||
|
public class AttResBaseService extends BaseService<AttResBaseMapper, AttResBase>{ |
||||
|
|
||||
|
} |
Loading…
Reference in new issue