chenhj
2026-04-21 1bbe6f787d58b768dce5370aa4e0d242c5e4b62d
src/main/java/com/ruoyi/production/mapper/ProductionProductMainMapper.java
@@ -4,8 +4,14 @@
import com.ruoyi.production.pojo.ProductionProductMain;
import org.apache.ibatis.annotations.Mapper;
import javax.annotation.ManagedBean;
/**
 * <p>
 * 生产报工表 Mapper 接口
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2026-04-21 03:55:52
 */
@Mapper
public interface ProductionProductMainMapper extends BaseMapper<ProductionProductMain> {