All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nb6868.onex.api.modules.uc.dao.BillDao Maven / Gradle / Ivy

There is a newer version: 1.9.21
Show newest version
package com.nb6868.onex.api.modules.uc.dao;

import com.nb6868.onex.api.modules.uc.entity.BillEntity;
import com.nb6868.onex.common.jpa.BaseDao;
import org.apache.ibatis.annotations.Mapper;

/**
 * 账单流水
 *
 * @author Charles [email protected]
 */
@Mapper
public interface BillDao extends BaseDao {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy