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