EAS BOS set submit documents without referencing encoding rules

Business scenario: If the system needs to be consistent with the other system when the system is integrated and synchronized, EAS will refer to the system's coding rules when submitting by default. If you need to save the system rules without referencing, you need to make the following adjustments to the code;

PersonInfo otherSysPerson = new PersonInfo();

//不走编码规则
otherSysPerson.put("notNeedGenerateObjectNumber", true);

otherSysPerson.setOther(xxx)


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324923759&siteId=291194637
EAS