You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.bs.ct.service;
|
|
|
|
import com.github.yulichang.base.MPJBaseService;
|
|
import com.bs.ct.domain.CtTaskBranch;
|
|
|
|
/**
|
|
* 任务机构信息Service接口
|
|
*
|
|
* @author bs
|
|
* @date 2025-02-22
|
|
*/
|
|
public interface ICtTaskBranchService extends MPJBaseService<CtTaskBranch>{
|
|
|
|
}
|