审查视图

src/main/java/com/sy/service/CLRService.java 253 字节
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.sy.service;

import com.sy.model.v_express_billno;

/**
 * @author zhangfan
 * @web www.sy.com
 * @company 郑州商友科技有限公司
 * @time 2018-11-28 16:40
 */
public interface CLRService {

    int save(v_express_billno billno);

}