|
|
|
@ -251,7 +251,7 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
|
|
|
|
|
/**备注3**/
|
|
|
|
|
@Column(name = "THIRD_REMAKE")
|
|
|
|
|
@ApiParam(value = "客户类型")
|
|
|
|
|
@ApiParam(value = "财务类型")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, getValWay = CommonEnumUtil.DYNAMIC_FIELD_GET_WAY.URL,
|
|
|
|
|
isRequire = 2, dataSrc = "/wms/wms-enum/dictionary/code?code=DOC_MOVEMENT_REMARK_PERSON", listColumnName = "name", explicitColumnName = "dictionaryValue")
|
|
|
|
|
private String thirdRemake;
|
|
|
|
|