mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
同步一下
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
package com.xboe.primary.dao;
|
package com.xboe.primary.dao;
|
||||||
|
|
||||||
import io.lettuce.core.dynamic.annotation.Param;
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
import org.springframework.data.jpa.repository.Modifying;
|
import org.springframework.data.jpa.repository.Modifying;
|
||||||
import org.springframework.data.jpa.repository.Query;
|
import org.springframework.data.jpa.repository.Query;
|
||||||
import org.springframework.stereotype.Repository;
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
||||||
import com.xboe.primary.entity.MainAccount;
|
import com.xboe.primary.entity.MainAccount;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 账号信息DAO
|
* 账号信息DAO
|
||||||
|
|||||||
Reference in New Issue
Block a user