package com.pictc.constant; /** * @author 张秉卓 * @date 2025年10月22日 下午12:00:34 * @Description: 表名常量 */ public interface FieldNameConstants { /** * 编码 */ String CODE = "编码"; /** * 名称 */ String FULL_NAME = "名称"; }