mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 会员发票抬头功能代码
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.MemberInvoiceTitle;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -10,6 +11,7 @@ import java.util.List;
|
||||
* @author jsowell
|
||||
* @date 2023-04-13
|
||||
*/
|
||||
@Repository
|
||||
public interface MemberInvoiceTitleMapper {
|
||||
/**
|
||||
* 查询会员发票抬头
|
||||
|
||||
Reference in New Issue
Block a user