This commit is contained in:
linfso 2025-03-28 09:07:22 +08:00
parent b8fa82b6a2
commit 325c6f3695

View File

@ -300,6 +300,10 @@ public class EmisWaybill extends BaseEntity
@TableField
@DataAuditField(fieldComment = "是否特殊报价")
private String blSpecialQuote;
/* 是否敏感物 */
private String blSensitive;
/* 是否超长 */
private String blOverLong;
/* 是否虚拟单 */