Commit e5624c67 authored by 赵啸非's avatar 赵啸非

添加样表报表统计业务

parent 774323c1
package com.mortals.xhx.module.sample.model.vo;
import com.mortals.framework.model.BaseEntityLong;
import com.mortals.xhx.module.sample.model.SampleBillEntity;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
/**
......@@ -9,6 +11,12 @@ import java.util.List;
* @author zxfei
* @date 2023-02-23
*/
@Data
public class SampleBillVo extends BaseEntityLong {
/** 开始 操作时间 */
private String operTimeStart;
/** 结束 操作时间 */
private String operTimeEnd;
}
\ No newline at end of file
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