您的位置:首页 > 其它

测试发博客

2017-02-20 15:15 134 查看

今天使用world新建博客公司发表csdn博客, 测试是否会有惊喜?

关键是怎么插入代码?

package com.lefu.extra.dao;

 
import java.util.List;

 
import com.lefu.extra.entity.Customer;

import com.lefu.extra.entity.Pos;

 
public interface PosDao {

 
    public Pos getPosBySn(String posSn);

    public Pos getPosByPosCati(String string);

    public Pos getPosByCustomerId(Long customerId);

    public Pos getTerminalId(String sn);

    public List<String> getPosStatus(Customer customer);

    public List getMiniPos(Long id);

 
    public List<String> getPosStatus(Long customerNo);

    

    public void updatePosUUidAndName(String uuid,String name,Long id,String sn,String appType);

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: