chenjiahe
2024-03-15 a8ccd0eb5591990bf8ef66bf9e3256e6aa4bcfbe
提交 | 用户 | age
a8ccd0 1 package com.hz.his.vo.label;
C 2
3 import lombok.Data;
4
5 /**
6  * @author CJH
7  */
8 @Data
9 public class LabelFindVo {
10
11     /**范围标识*/
12     private String rangeCode;
13
14 }