10 changed files with 7 additions and 16 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@ |
|||
package com.coin.web.controller.deal; |
|||
package com.coin.app.controller.deal; |
|||
|
|||
import com.coin.common.core.domain.R; |
|||
import com.coin.common.core.domain.entity.SysUser; |
@ -1,15 +1,6 @@ |
|||
package com.coin.web.controller.record; |
|||
|
|||
/** |
|||
* @ClassName TransactionRecordController.java |
|||
* @Author simplesmall |
|||
* @Version 1.0.0 |
|||
* @Description APP端交易动账 |
|||
* @CreateTime 2025年02月25日 09:26:00 |
|||
*/ |
|||
package com.coin.app.controller.record; |
|||
|
|||
import com.coin.common.core.domain.R; |
|||
import com.coin.common.core.domain.entity.SysUser; |
|||
import lombok.RequiredArgsConstructor; |
|||
import org.springframework.web.bind.annotation.*; |
|||
|
Loading…
Reference in new issue