大件运输联网系统后端代码
guoshilong
2023-01-02 c864fec5f798a1aabcde877469886dd0dc90d092
src/main/java/org/springblade/modules/pass/entity/PassEntity.java
@@ -37,9 +37,8 @@
public class PassEntity extends TenantEntity {
   /**
    * 名字
    * 编号
    */
   @ApiModelProperty(value = "名字")
   private String name;
   @ApiModelProperty(value = "编号")
   private String no;
}