dengzedong
2024-09-14 e18f2001fda0eccfbf2aa617e127c70b92083909
1
2
3
4
5
6
7
8
9
10
package com.iailab.module.model.mcs.pre.enums;
 
/**
 * @author PanZhibao
 * @Description
 * @createTime 2024年01月02日 16:19:00
 */
public enum ItemIncreaseCodeEnum {
    PRE_MDL, CM, IC, IM
}