/*** * @file:色块model * @author: linkun.he * @Date: 2019-06-24 17:07:29 */ export interface Colorlump { name?: string; color?: string; }