|
@ -4,13 +4,16 @@ import com.iflytop.uf.UfActiveRecordField; |
|
|
|
|
|
|
|
|
public class ModuleRegConfigIterm { |
|
|
public class ModuleRegConfigIterm { |
|
|
@UfActiveRecordField |
|
|
@UfActiveRecordField |
|
|
Integer mid; |
|
|
|
|
|
|
|
|
Integer mid; //模块id |
|
|
|
|
|
|
|
|
@UfActiveRecordField |
|
|
@UfActiveRecordField |
|
|
Integer regIndex; |
|
|
|
|
|
|
|
|
Integer regIndex; //寄存器地址 |
|
|
|
|
|
|
|
|
@UfActiveRecordField |
|
|
@UfActiveRecordField |
|
|
String regName; |
|
|
|
|
|
|
|
|
Integer regval; //寄存器地址 |
|
|
|
|
|
|
|
|
|
|
|
@UfActiveRecordField |
|
|
|
|
|
String comment; //注释 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static String getTableName() { |
|
|
public static String getTableName() { |
|
|