潘志宝
2024-12-30 af012402d448313b0888868b9e0230ff3a8f0d49
1
2
3
4
5
6
7
8
9
10
11
package com.iailab.module.data.common.enums;
 
/**
 * 编号自增主键
 *
 * @author PanZhibao
 * @date 2021年05月24日 9:41
 */
public enum IncreaseCodeEnum {
    POINT_M, POINT_C, POINT_F, POINT_L, IND_A, IND_D, IND_C, PLAN;
}