Commit fdc8fb4b authored by fangxinjiang's avatar fangxinjiang

代码生成器调整

parent 93d9ca63
package com.yifu.cloud.plus.v1.yifu.common.core.vo;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @Author fxj
* @Date 2022/6/23
* @Description
* @Version 1.0
*/
@Data
@NoArgsConstructor
public class RowIndex {
private Integer rowIndex;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment