Fixiaobai
2023-11-17 6ee9d58d62dbbccf95ce809f358ec9f8d088b705
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.chinaztt.mes.plan.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.chinaztt.mes.plan.entity.CustomerForJointStockCompany;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Description : 客户订单主表(股份公司)
 * @interfaceName : CustomerForJointStockCompanyMapper
 * @Author : user
 * @Date: 2022-08-16  12:34
 */
@Mapper
public interface CustomerForJointStockCompanyMapper extends BaseMapper<CustomerForJointStockCompany>{
}