package com.casic.missiles.constants; /** * @Description: * @Author: wangpeng * @Date: 2022/11/8 14:50 */ public interface ModelDataJsonConstants { String MODEL_ID = "modelId"; String MODEL_NAME = "name"; String MODEL_REVISION = "revision"; String MODEL_DESCRIPTION = "description"; }