8 changed files with 70 additions and 12 deletions
@ -0,0 +1,35 @@ |
|||||
|
package com.zdxt.enforcementcode.domain.vo; |
||||
|
|
||||
|
import cn.idev.excel.annotation.ExcelIgnoreUnannotated; |
||||
|
import com.zdxt.enforcementcode.domain.SxtXzcfajjbxx026705; |
||||
|
import io.github.linpeilie.annotations.AutoMapper; |
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
|
||||
|
/** |
||||
|
* 行政处罚案件信息视图对象 sxt_xzcfajjbxx026705 |
||||
|
* |
||||
|
* @author Lion Li |
||||
|
* @date 2026-08-03 |
||||
|
*/ |
||||
|
@Data |
||||
|
@ExcelIgnoreUnannotated |
||||
|
@AutoMapper(target = SxtXzcfajjbxx026705.class) |
||||
|
public class SxtXzcfInfoVo implements Serializable { |
||||
|
|
||||
|
private String c201000; |
||||
|
|
||||
|
private String c201003; |
||||
|
|
||||
|
private String c201002; |
||||
|
|
||||
|
private String c206011; |
||||
|
|
||||
|
private String c206013; |
||||
|
|
||||
|
private String C206010; |
||||
|
|
||||
|
private String c201016; |
||||
|
} |
||||
Loading…
Reference in new issue