public {{entity.codeName}}SearchContext set{{pascalCasefield.codeName}}{{formitem.valueOP}}({{#ifor(eq(formitem.valueOP"IN")eq(formitem.valueOP"ISNULL")eq(formitem.valueOP"ISNOTNULL"))}}String{{else}}{{field.type.java}}{{/if}}{{camelCasefield.codeName}}{{formitem.valueOP}}) {
public class ${item.getCodeName()}DTO extends ${dtoBase} implements Serializable {
@Accessors(chain = true)
@ApiModel("{{apiEntity.logicName}}")
public class {{apiEntity.codeName}}DTO extends {{#eqapiEntity.entity.psSubSysServiceAPI.serviceType"MIDDLEPLATFORM"}}DTOClient{{else}}DTOBase{{/eq}} implements Serializable {