update 调整注释错误

This commit is contained in:
gssong 2024-06-02 18:32:47 +08:00
parent 2e32b748b6
commit f2e0ffb2b2

View File

@ -65,7 +65,7 @@ public class TestLeaveVo implements Serializable {
/** /**
* 状态 * 状态
*/ */
@ExcelProperty(value = "请假原因") @ExcelProperty(value = "状态")
private String status; private String status;
/** /**