package com.jilongda.applet.service.impl; import com.jilongda.applet.model.TOrderAccounting; import com.jilongda.applet.mapper.TOrderAccountingMapper; import com.jilongda.applet.service.TOrderAccountingService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 订单核算表 服务实现类 *

* * @author 无关风月 * @since 2024-12-09 */ @Service public class TOrderAccountingServiceImpl extends ServiceImpl implements TOrderAccountingService { }