DOCTYPE mapper PUBLIC

<?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE mapper PUBLIC “-//mybatis.org//DTD Mapper 3.0//EN” “http://mybatis.org/dtd/mybatis-3-mapper.dtd”> <mapper namespace=”org.jeecg.modules.device.spare.mapper.SpareWarehousingMapper”> <resultMap type=”org.jeecg.modules.device.spare.entity.SpareWarehousing” id=”DevSpareWarehousingMap”> <result property=”id” column=”id” jdbcType=”VARCHAR”/> <result property=”createBy” column=”create_by” jdbcType=”VARCHAR”/> <result property=”createTime” column=”create_time” jdbcType=”TIMESTAMP”/> <result property=”updateBy” column=”update_by” jdbcType=”VARCHAR”/> <result property=”updateTime” column=”update_time” jdbcType=”TIMESTAMP”/> <result property=”sysOrgCode” column=”sys_org_code” jdbcType=”VARCHAR”/> <result property=”tenantId” column=”tenant_id” jdbcType=”VARCHAR”/> <result property=”deleted” column=”deleted” jdbcType=”INTEGER”/> <result property=”inStorageNo” column=”in_storage_no” jdbcType=”VARCHAR”/> <result property=”inStorageDate” column=”in_storage_date” jdbcType=”TIMESTAMP”/> […]

[Solved] Error during NPM package release – `npm ERR! Unexpected token < in JSON at position 0 while parsing near ‘<!DOCTYPE HTML P

Recently, I was learning the MVVM framework. With the attitude of learning with eyes but not necessarily with hands, I found various resources on the Internet and realized my first MVVM Simple framework – let’s call it: uuq-mvvm-test. So I want to use the realization of this small framework to learn the process of publishing […]