增加字段名称常量类
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
package com.pictc.constant;
|
||||
|
||||
/**
|
||||
* @author 张秉卓
|
||||
* @date 2025年10月22日 下午12:00:34
|
||||
* @Description: 表名常量
|
||||
*/
|
||||
public interface FieldNameConstants {
|
||||
|
||||
/**
|
||||
* 编码
|
||||
*/
|
||||
String CODE = "编码";
|
||||
|
||||
/**
|
||||
* 名称
|
||||
*/
|
||||
String FULL_NAME = "名称";
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user