本文整理汇总了Java中com.zheng.pay.dao.model.PayType类的典型用法代码示例。如果您正苦于以下问题:Java PayType类的具体用法?Java PayType怎么用?Java PayType使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
PayType类属于com.zheng.pay.dao.model包,在下文中一共展示了PayType类的8个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: insert
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
int insert(PayType record);
示例2: insertSelective
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
int insertSelective(PayType record);
示例3: selectByExample
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
List<PayType> selectByExample(PayTypeExample example);
示例4: selectByPrimaryKey
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
PayType selectByPrimaryKey(Integer payTypeId);
示例5: updateByExampleSelective
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
int updateByExampleSelective(@Param("record") PayType record, @Param("example") PayTypeExample example);
示例6: updateByExample
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
int updateByExample(@Param("record") PayType record, @Param("example") PayTypeExample example);
示例7: updateByPrimaryKeySelective
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
int updateByPrimaryKeySelective(PayType record);
示例8: updateByPrimaryKey
import com.zheng.pay.dao.model.PayType; //导入依赖的package包/类
int updateByPrimaryKey(PayType record);