IWeCustomerTrajectoryService.java 247 字节
Newer Older
1 2 3 4 5 6 7 8
package com.linkwechat.wecom.service;

import com.baomidou.mybatisplus.extension.service.IService;
import com.linkwechat.wecom.domain.WeCustomerTrajectory;

public interface IWeCustomerTrajectoryService extends IService<WeCustomerTrajectory> {

}