package com.changhong.epc.constter.system.businesscode; /** * * @author yuezhw *自定义表单中控件TagArrtibute对应键名 */ public interface AutoFormTagArrtibute { /** * 数字控件 整数.or.小数 */ String NUMBER_TYPE = "numbertype"; /** * 数字控件 小数位数 */ String DECIMAL_PLACE = "decimalplace"; /** * 小数类型 */ String DECIMAL = "decimal"; }