package com.panzhihua.sangeshenbian.service.impl; import com.panzhihua.sangeshenbian.entity.ComplaintFlow; import com.panzhihua.sangeshenbian.dao.ComplaintFlowMapper; import com.panzhihua.sangeshenbian.service.IComplaintFlowService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 诉求流转记录表 服务实现类 *

* * @author * @since 2025-02-22 */ @Service public class ComplaintFlowServiceImpl extends ServiceImpl implements IComplaintFlowService { }