cn.foxtech.common.entity.constant.EntityOptionConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-common-entity-service Show documentation
Show all versions of fox-edge-server-common-entity-service Show documentation
fox-edge-server-common-entity-service
package cn.foxtech.common.entity.constant;
public class EntityOptionConstant {
/**
* optionEntity的数值:表名称和字段名称
*/
public static final String filed_option_table_name = "tableName";
public static final String filed_option_field_name = "fieldName";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy