为印章中间表添加类型

This commit is contained in:
2025-11-10 09:58:34 +08:00
parent e48b27715f
commit fae9c61f07

View File

@ -53,5 +53,10 @@ public class XzdBusinessChange extends BaseEntity {
*/
private String remark;
/**
* 合同类型
*/
private String type;
}