ludc
2023-06-20 84d9aecec3762d566b877c0b2641b4d12e5c629c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.vci.ubcs.omd.constant;
 
/**
 * Description:
 *
 * @author LiHang
 * @date 2023/4/27
 */
public class BtmTypeLcStatusConstant {
    public static final String FRAME_WORK_LIFE_CYCLE_NAME = "frameworkDataLc";
    public static final String EMTYPE_LIFE_CYCLE = "defaultLC";
    public static final String RELEASE_LIFE_CYCLE = "releaseDataLc";
 
    public BtmTypeLcStatusConstant() {
    }
}