添加字段

This commit is contained in:
yangjun 2025-09-10 08:50:11 +08:00
parent 58c544aad9
commit a98a53026c
1 changed files with 4 additions and 0 deletions

View File

@ -119,5 +119,9 @@ public class Thermalcompany implements Serializable {
/**地区类型*/
@Excel(name = "地区类型", width = 15)
private java.lang.String regionType;
/**公司名称(郊线专用)*/
private java.lang.String companyJxName;
}