潘志宝
2024-11-29 0ed8ac1f3171e0d43d07f0c1bac32fc3712bd15b
提交 | 用户 | 时间
c96e44 1 package com.iailab.module.data.common.enums;
2
3 /**
4  * 编号自增主键
5  *
6  * @author PanZhibao
7  * @date 2021年05月24日 9:41
8  */
9 public enum IncreaseCodeEnum {
0ed8ac 10     POINT_M, POINT_C, POINT_F, POINT_L, IND_A, IND_D, IND_C, PLAN;
c96e44 11 }